Skip to content

Commit 3e6ea02

Browse files
committed
Use relative URLs #39
1 parent 45f834f commit 3e6ea02

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

lectures/HOME.md

+33-33
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## week 1
44

5-
1. [intro, software architecture](/slides/00_intro.html)
6-
2. [software development life cycles](/slides/01_sdlc.html)
5+
1. [intro, software architecture](slides/00_intro.html)
6+
2. [software development life cycles](slides/01_sdlc.html)
77

88
### readings
99

@@ -15,29 +15,29 @@
1515

1616
## week 2
1717

18-
1. [week 1 summary](/slides/summary_week01.html)
19-
2. [scrum](/slides/02_scrum.html)
20-
2. [kanban](/slides/03_kanban.html)
18+
1. [week 1 summary](slides/summary_week01.html)
19+
2. [scrum](slides/02_scrum.html)
20+
2. [kanban](slides/03_kanban.html)
2121

2222
### readings
2323

2424
scrum
25-
~ - [The Scrum Guide](/resources/2020-Scrum-Guide-US.pdf)
25+
~ - [The Scrum Guide](resources/2020-Scrum-Guide-US.pdf)
2626

2727
zombie scrum
2828

2929
: - [Zombie Scrum - Symptoms, Causes and Treatment](https://www.scrum.org/resources/blog/zombie-scrum-symptoms-causes-and-treatment)
3030
- [The Rise Of Zombie Scrum](https://medium.com/the-liberators/the-rise-of-zombie-scrum-cd98741015d5)
3131

3232
kanban
33-
~ - [the Kanban Guide](/resources/Kanban-Guide-2020-12.pdf)
33+
~ - [the Kanban Guide](resources/Kanban-Guide-2020-12.pdf)
3434

3535
## week 3
3636

37-
1. [week 2 summary](/slides/summary_week02.html)
38-
2. [requirement analysis](/slides/04_requirement_analysis.html)
39-
3. [user story mapping](/slides/05_user_story_mapping.html)
40-
4. [project assignment](/slides/project.html)
37+
1. [week 2 summary](slides/summary_week02.html)
38+
2. [requirement analysis](slides/04_requirement_analysis.html)
39+
3. [user story mapping](slides/05_user_story_mapping.html)
40+
4. [project assignment](slides/project.html)
4141

4242
### readings
4343

@@ -54,7 +54,7 @@ user story mapping
5454
- [Five common story mapping mistakes](https://jpattonassociates.com/5-story-mapping-mistakes/) - by Jeff Patton
5555
- [The Ultimate Guide to User Story Mapping](https://www.easyagile.com/blog/the-ultimate-guide-to-user-story-maps/) - by Nick Muldoon
5656
- [Mapping User Stories in Agile](https://www.nngroup.com/articles/user-story-mapping/) - by Anna Kaley
57-
- [Quickstart Guide to User Story Mapping](/resources/quickstart-guide-to-user-story-mapping.pdf)
57+
- [Quickstart Guide to User Story Mapping](resources/quickstart-guide-to-user-story-mapping.pdf)
5858

5959
#### optional
6060

@@ -63,9 +63,9 @@ user story mapping
6363

6464
## week 4
6565

66-
1. [week 3 summary](/slides/summary_week03.html)
67-
2. [UML](/slides/06_uml.html)
68-
3. [C4](/slides/07_c4.html)
66+
1. [week 3 summary](slides/summary_week03.html)
67+
2. [UML](slides/06_uml.html)
68+
3. [C4](slides/07_c4.html)
6969

7070
#### readings
7171

@@ -85,8 +85,8 @@ C4 model
8585

8686
## week 5
8787

88-
1. [week 4 summary](/slides/summary_week04.html)
89-
2. [design patterns](/slides/08_patterns.html)
88+
1. [week 4 summary](slides/summary_week04.html)
89+
2. [design patterns](slides/08_patterns.html)
9090

9191
### readings
9292

@@ -121,9 +121,9 @@ MVC-MVP-MVVM
121121

122122
## week 6
123123

124-
1. [week 5 summary](/slides/summary_week05.html)
125-
2. [interfaces](/slides/09_interfaces.html)
126-
3. [implementation planning](/slides/10_planning.html)
124+
1. [week 5 summary](slides/summary_week05.html)
125+
2. [interfaces](slides/09_interfaces.html)
126+
3. [implementation planning](slides/10_planning.html)
127127

128128
### readings
129129

@@ -135,9 +135,9 @@ MVC-MVP-MVVM
135135

136136
## week 7
137137

138-
1. [week 6 summary](/slides/summary_week06.html)
139-
2. [wireframing](/slides/11_wireframing.html)
140-
3. [clean code](/slides/12_clean_code.html)
138+
1. [week 6 summary](slides/summary_week06.html)
139+
2. [wireframing](slides/11_wireframing.html)
140+
3. [clean code](slides/12_clean_code.html)
141141

142142
### readings
143143

@@ -147,9 +147,9 @@ MVC-MVP-MVVM
147147

148148
## week 9
149149

150-
1. [week 7 summary](/slides/summary_week07.html)
151-
2. [code quality](/slides/13_code_quality.html)
152-
3. [code review](/slides/14_code_review.html)
150+
1. [week 7 summary](slides/summary_week07.html)
151+
2. [code quality](slides/13_code_quality.html)
152+
3. [code review](slides/14_code_review.html)
153153

154154
### readings
155155

@@ -161,8 +161,8 @@ MVC-MVP-MVVM
161161

162162
## week 10
163163

164-
1. [week 9 summary](/slides/summary_week09.html)
165-
2. [testing](/slides/15_testing.html)
164+
1. [week 9 summary](slides/summary_week09.html)
165+
2. [testing](slides/15_testing.html)
166166

167167
### readings
168168

@@ -182,8 +182,8 @@ MVC-MVP-MVVM
182182

183183
## week 11
184184

185-
1. [week 10 summary](/slides/summary_week10.html)
186-
2. [automatization](/slides/16_automatization.html)
185+
1. [week 10 summary](slides/summary_week10.html)
186+
2. [automatization](slides/16_automatization.html)
187187

188188
### readings
189189

@@ -203,6 +203,6 @@ MVC-MVP-MVVM
203203

204204
## week 12
205205

206-
1. [summary](/slides/summary_full.html)
207-
2. [mindmap](/slides/mindmap.html)
208-
3. [mock exam](/slides/mock_exam.html)
206+
1. [summary](slides/summary_full.html)
207+
2. [mindmap](slides/mindmap.html)
208+
3. [mock exam](slides/mock_exam.html)

0 commit comments

Comments
 (0)