Skip to content

Commit 9b136ef

Browse files
authored
Merge pull request #1 from Cook879/main
Fix paths in config.js
2 parents d6c4bb8 + fa2b94e commit 9b136ef

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

Zybo_Z7_10_Board/html/js/config.js

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ var index =
2424
{
2525
"column": "modules",
2626
"name": "Module 1: Introduction to Arm-based System on Chip Design",
27-
"link": "contents/Module_1/Presentation1.pptx"
27+
"link": "contents/Module 01_Introduction to Arm-based System on Chip Design/Presentation1.pptx"
2828
},
2929
{
3030
"column": "exercises",
3131
"name": "Quiz 1",
32-
"link": "contents/Module_1/Quiz1.docx"
32+
"link": "contents/Module 01_Introduction to Arm-based System on Chip Design/Quiz1.docx"
3333
},
3434
{
3535
"column": "exercises",
3636
"name": "Getting Started Guide",
37-
"link": "contents/Module_1/Getting_Started.docx"
37+
"link": "contents/Module 01_Introduction to Arm-based System on Chip Design/Getting_Started.docx"
3838
}
3939
],
4040

@@ -43,12 +43,12 @@ var index =
4343
{
4444
"column": "modules",
4545
"name": "Module 2: Arm and Arm Processors",
46-
"link": "contents/Module_2/Presentation2.pptx"
46+
"link": "contents/Module 02_Arm and Arm Processors/Presentation2.pptx"
4747
},
4848
{
4949
"column": "exercises",
5050
"name": "Quiz 2",
51-
"link": "contents/Module_2/Quiz2.docx"
51+
"link": "contents/Module 02_Arm and Arm Processors/Quiz2.docx"
5252
}
5353
],
5454

@@ -57,7 +57,7 @@ var index =
5757
{
5858
"column": "modules",
5959
"name": "Module 3: Armv7-A/R Instruction Set Architecture Overview Part 1",
60-
"link": "contents/Module_3/Presentation3.pptx"
60+
"link": "contents/Module 03_Armv7-AR Instruction Set Architecture Overview_part 1/Presentation3.pptx"
6161
}
6262
],
6363

@@ -66,23 +66,23 @@ var index =
6666
{
6767
"column": "modules",
6868
"name": "Module 4: Armv7-A/R Instruction Set Architecture Overview Part 2",
69-
"link": "contents/Module_4/Presentation4.pptx"
69+
"link": "contents/Module 04_Armv7-AR Instruction Set Architecture Overview Part 2/Presentation4.pptx"
7070
},
7171
{
7272
"column": "exercises",
7373
"name": "Quiz 3_4",
74-
"link": "contents/Module_4/Quiz3_4.docx"
74+
"link": "contents/Module 04_Armv7-AR Instruction Set Architecture Overview Part 2/Quiz3_4.docx"
7575
},
7676
{
7777
"column": "exercises",
7878
"name": "Lab 4: Programming a processor using Arm Assembly Language and C",
79-
"link": "contents/Module_4/Lab4_manual.docx"
79+
"link": "contents/Module 04_Armv7-AR Instruction Set Architecture Overview Part 2/Lab4_manual.docx"
8080
},
8181

8282
{
8383
"column": "files",
8484
"name": "Lab 4 Files",
85-
"link": "contents/Module_4/lab_file/"
85+
"link": "contents/Module 04_Armv7-AR Instruction Set Architecture Overview Part 2/lab_file"
8686
}
8787
],
8888

@@ -91,12 +91,12 @@ var index =
9191
{
9292
"column": "modules",
9393
"name": "Module 5: Arm Cortex-A9 processor",
94-
"link": "contents/Module_5/Presentation5.pptx"
94+
"link": "contents/Module 05_Arm Cortex-A9 processor/Presentation5.pptx"
9595
},
9696
{
9797
"column": "exercises",
9898
"name": "Quiz 5",
99-
"link": "contents/Module_5/Quiz5.docx"
99+
"link": "contents/Module 05_Arm Cortex-A9 processor/Quiz5.docx"
100100
}
101101
],
102102

@@ -105,12 +105,12 @@ var index =
105105
{
106106
"column": "modules",
107107
"name": "Module 6: AMBA AXI4 Bus Architecture",
108-
"link": "contents/Module_6/Presentation6.pptx"
108+
"link": "contents/Module 06_Arm Cortex-A9 processor/Presentation6.pptx"
109109
},
110110
{
111111
"column": "exercises",
112112
"name": "Quiz 6",
113-
"link": "contents/Module_6/Quiz6.docx"
113+
"link": "contents/Module 06_Arm Cortex-A9 processor/Quiz6.docx"
114114
}
115115
],
116116

@@ -119,23 +119,23 @@ var index =
119119
{
120120
"column": "modules",
121121
"name": "Module 7: AXI4-Lite GPIO Peripheral and DDR memory controller",
122-
"link": "contents/Module_7/Presentation7.pptx"
122+
"link": "contents/Module 07_AXI4-Lite GPIO Peripheral and DDR memory controller/Presentation7.pptx"
123123
},
124124
{
125125
"column": "exercises",
126126
"name": "Quiz 7",
127-
"link": "contents/Module_7/Quiz7.docx"
127+
"link": "contents/Module 07_AXI4-Lite GPIO Peripheral and DDR memory controller/Quiz7.docx"
128128
},
129129
{
130130
"column": "exercises",
131131
"name": "Lab 7: AXI-Lite and GPIOs",
132-
"link": "contents/Module_7/Lab7_manual.docx"
132+
"link": "contents/Module 07_AXI4-Lite GPIO Peripheral and DDR memory controller/Lab7_manual.docx"
133133
},
134134

135135
{
136136
"column": "files",
137137
"name": "Lab 7 Files",
138-
"link": "contents/Module_7/lab_file/"
138+
"link": "contents/Module 07_AXI4-Lite GPIO Peripheral and DDR memory controller/lab_file"
139139
}
140140
],
141141

@@ -144,12 +144,12 @@ var index =
144144
{
145145
"column": "modules",
146146
"name": "Module 8: AXI UART and AXI4-Stream Peripherals",
147-
"link": "contents/Module_8/Presentation8.pptx"
147+
"link": "contents/Module 08_AXI UART and AXI4-Stream Peripherals/Presentation8.pptx"
148148
},
149149
{
150150
"column": "exercises",
151151
"name": "Quiz 8",
152-
"link": "contents/Module_8/Quiz8.docx"
152+
"link": "contents/Module 08_AXI UART and AXI4-Stream Peripherals/Quiz8.docx"
153153
}
154154
],
155155

@@ -158,22 +158,22 @@ var index =
158158
{
159159
"column": "modules",
160160
"name": "Module 9: HDMI overview",
161-
"link": "contents/Module_9/Presentation9.pptx"
161+
"link": "contents/Module 09_HDMI overview/Presentation9.pptx"
162162
},
163163
{
164164
"column": "exercises",
165165
"name": "Quiz 9",
166-
"link": "contents/Module_9/Quiz9.docx"
166+
"link": "contents/Module 09_HDMI overview/Quiz9.docx"
167167
},
168168
{
169169
"column": "exercises",
170170
"name": "Lab 9: HDMI output",
171-
"link": "contents/Module_9/Lab9_manual.docx"
171+
"link": "contents/Module 09_HDMI overview/Lab9_manual.docx"
172172
},
173173
{
174174
"column": "files",
175175
"name": "Lab 9 Files",
176-
"link": "contents/Module_9/lab_file/"
176+
"link": "contents/Module 09_HDMI overview/lab_file"
177177
}
178178
],
179179

@@ -182,12 +182,12 @@ var index =
182182
{
183183
"column": "modules",
184184
"name": "Module 10: HDMI input peripheral",
185-
"link": "contents/Module_10/Presentation10.pptx"
185+
"link": "contents/Module 10_HDMI input peripheral/Presentation10.pptx"
186186
},
187187
{
188188
"column": "exercises",
189189
"name": "Quiz 10",
190-
"link": "contents/Module_10/Quiz10.docx"
190+
"link": "contents/Module 10_HDMI input peripheral/Quiz10.docx"
191191
}
192192
],
193193

@@ -197,12 +197,12 @@ var index =
197197
{
198198
"column": "modules",
199199
"name": "Module 11: System debugging",
200-
"link": "contents/Module_11/Presentation11.pptx"
200+
"link": "contents/Module 11_System debugging/Presentation11.pptx"
201201
},
202202
{
203203
"column": "exercises",
204204
"name": "Quiz 11",
205-
"link": "contents/Module_11/Quiz11.docx"
205+
"link": "contents/Module 11_System debugging/Quiz11.docx"
206206
}
207207
],
208208

@@ -211,12 +211,12 @@ var index =
211211
{
212212
"column": "modules",
213213
"name": "Module 12: Image-Processing Application",
214-
"link": "contents/Module_12/Presentation12.pptx"
214+
"link": "contents/Module 12_Image-Processing Application/Presentation12.pptx"
215215
},
216216
{
217217
"column": "exercises",
218218
"name": "Quiz 12",
219-
"link": "contents/Module_12/Quiz12.docx"
219+
"link": "contents/Module 12_Image-Processing Application/Quiz12.docx"
220220
}
221221
],
222222

@@ -225,7 +225,7 @@ var index =
225225
{
226226
"column": "modules",
227227
"name": "Module 13: Accelerate Image Processing using SIMD engine",
228-
"link": "contents/Module_13/Presentation13.pptx"
228+
"link": "contents/Module 13_Accelerate Image Processing using SIMD engine/Presentation13.pptx"
229229
}
230230
],
231231

@@ -234,7 +234,7 @@ var index =
234234
{
235235
"column": "modules",
236236
"name": "Module 14: Accelerate Image Processing using FPGA hardware",
237-
"link": "contents/Module_14/Presentation14.pptx"
237+
"link": "contents/Module 14_Accelerate Image Processing using FPGA hardware/Presentation14.pptx"
238238
}
239239
],
240240

0 commit comments

Comments
 (0)