Skip to content

Commit e195a3d

Browse files
committed
Update MD to point to ipynb next/previous ipynb links in IPYNB files.
1 parent b2c3a2c commit e195a3d

15 files changed

+28
-28
lines changed

csharp-101/01-Hello World.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"# Continue learning\n",
200200
"\n",
201201
"There are plenty more resources out there to learn!\n",
202-
">> [⏩ Next Module - The Basics of Strings](http://tinyurl.com/csharp-notebook02)\n",
202+
">> [⏩ Next Module - The Basics of Strings](http://tinyurl.com/csharp101-notebook02-ipynb)\n",
203203
">\n",
204204
"> [Watch the video](https://www.youtube.com/watch?v=KT2VR7m19So&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=2)\n",
205205
">\n",

csharp-101/02-The Basics of Strings.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@
251251
"# Continue learning\n",
252252
"\n",
253253
"There are plenty more resources out there to learn!\n",
254-
"> [⏩ Next Module - Searching Strings](http://tinyurl.com/csharp-notebook03)\n",
254+
"> [⏩ Next Module - Searching Strings](http://tinyurl.com/csharp101-notebook03-ipynb)\n",
255255
">\n",
256-
"> [⏪ Last Module - Hello World](http://tinyurl.com/csharp-notebook01)\n",
256+
"> [⏪ Last Module - Hello World](http://tinyurl.com/csharp101-notebook01-ipynb)\n",
257257
">\n",
258258
"> [Watch the video](https://www.youtube.com/watch?v=JSpC7Cz64h0&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=3)\n",
259259
">\n",

csharp-101/03-Searching Strings.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
"# Continue learning\n",
124124
"\n",
125125
"There are plenty more resources out there to learn!\n",
126-
"> [⏩ Next Module - Numbers and Integer Math](http://tinyurl.com/csharp-notebook04)\n",
126+
"> [⏩ Next Module - Numbers and Integer Math](http://tinyurl.com/csharp101-notebook04-ipynb)\n",
127127
">\n",
128-
"> [⏪ Last Module - The Basics of Strings](http://tinyurl.com/csharp-notebook02)\n",
128+
"> [⏪ Last Module - The Basics of Strings](http://tinyurl.com/csharp101-notebook02-ipynb)\n",
129129
">\n",
130130
"> [Watch the video](https://www.youtube.com/watch?v=JL30gSE3WaQ&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=4)\n",
131131
">\n",

csharp-101/04-Numbers and Integer Math.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@
311311
"# Continue learning\n",
312312
"\n",
313313
"There are plenty more resources out there to learn!\n",
314-
"> [⏩ Next Module - Numbers and Integer Precision](http://tinyurl.com/csharp-notebook05)\n",
314+
"> [⏩ Next Module - Numbers and Integer Precision](http://tinyurl.com/csharp101-notebook05-ipynb)\n",
315315
">\n",
316-
"> [⏪ Last Module - Searching Strings](http://tinyurl.com/csharp-notebook03)\n",
316+
"> [⏪ Last Module - Searching Strings](http://tinyurl.com/csharp101-notebook03-ipynb)\n",
317317
">\n",
318318
"> [Watch the video](https://www.youtube.com/watch?v=jEE0pWTq54U&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=5)\n",
319319
">\n",

csharp-101/05-Numbers and Integer Precision.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@
284284
"source": [
285285
"# Continue learning\n",
286286
"\n",
287-
"> [⏩ Next Module - Numbers and Decimals](http://tinyurl.com/csharp-notebook06)\n",
287+
"> [⏩ Next Module - Numbers and Decimals](http://tinyurl.com/csharp101-notebook06-ipynb)\n",
288288
">\n",
289-
"> [⏪ Last Module - Numbers and Integer Math](http://tinyurl.com/csharp-notebook04)\n",
289+
"> [⏪ Last Module - Numbers and Integer Math](http://tinyurl.com/csharp101-notebook04-ipynb)\n",
290290
">\n",
291291
"> [Watch the video](https://www.youtube.com/watch?v=31EmPADtv4w&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=6)\n",
292292
">\n",

csharp-101/06-Numbers and Decimals.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
"# Continue learning\n",
129129
"\n",
130130
"There are plenty more resources out there to learn!\n",
131-
"> [⏩ Next Module - Branches (if)](http://tinyurl.com/csharp-notebook07)\n",
131+
"> [⏩ Next Module - Branches (if)](http://tinyurl.com/csharp101-notebook07-ipynb)\n",
132132
">\n",
133-
"> [⏪ Last Module - Numbers and Integer Precision](http://tinyurl.com/csharp-notebook05)\n",
133+
"> [⏪ Last Module - Numbers and Integer Precision](http://tinyurl.com/csharp101-notebook05-ipynb)\n",
134134
">\n",
135135
"> [Watch the video](https://www.youtube.com/watch?v=kdKcpF9roeU&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=7)\n",
136136
">\n",

csharp-101/07-Branches (if).ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@
217217
"# Continue learning\n",
218218
"\n",
219219
"There are plenty more resources out there to learn!\n",
220-
"> [⏩ Next Module - What Are Loops](http://tinyurl.com/csharp-notebook08)\n",
220+
"> [⏩ Next Module - What Are Loops](http://tinyurl.com/csharp101-notebook08-ipynb)\n",
221221
">\n",
222-
"> [⏪ Last Module - Numbers and Decimal](http://tinyurl.com/csharp-notebook06)\n",
222+
"> [⏪ Last Module - Numbers and Decimal](http://tinyurl.com/csharp101-notebook06-ipynb)\n",
223223
">\n",
224224
"> [Watch the video](https://www.youtube.com/watch?v=KT2VR7m19So&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=2)\n",
225225
">\n",

csharp-101/08-What Are Loops.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@
226226
"# Continue learning\n",
227227
"\n",
228228
"There are plenty more resources out there to learn!\n",
229-
"> [⏩ Next Module - Combining Branches and Loops](http://tinyurl.com/csharp-notebook09)\n",
229+
"> [⏩ Next Module - Combining Branches and Loops](http://tinyurl.com/csharp101-notebook09-ipynb)\n",
230230
">\n",
231-
"> [⏪ Last Module - Branches (if)](http://tinyurl.com/csharp-notebook07)\n",
231+
"> [⏪ Last Module - Branches (if)](http://tinyurl.com/csharp101-notebook07-ipynb)\n",
232232
">\n",
233233
"> [Watch the video](https://www.youtube.com/watch?v=z31m5Up_gSQ&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=10)\n",
234234
">\n",

csharp-101/09-Combining Branches and Loops.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"# Continue learning\n",
6767
"\n",
6868
"There are plenty more resources out there to learn!\n",
69-
"> [⏩ Next Module - Arrays, Lists, and Collections](http://tinyurl.com/csharp-notebook10)\n",
69+
"> [⏩ Next Module - Arrays, Lists, and Collections](http://tinyurl.com/csharp101-notebook10-ipynb)\n",
7070
">\n",
71-
"> [⏪ Last Module - What Are Loops](http://tinyurl.com/csharp-notebook08)\n",
71+
"> [⏪ Last Module - What Are Loops](http://tinyurl.com/csharp101-notebook08-ipynb)\n",
7272
">\n",
7373
"> [Watch the video](https://www.youtube.com/watch?v=qK7tUpaOXi8&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=11)\n",
7474
">\n",

csharp-101/10-Arrays, Lists, and Collections.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@
283283
"# Continue learning\n",
284284
"\n",
285285
"There are plenty more resources out there to learn!\n",
286-
"> [⏩ Next Module -Search, Sort, and Index Lists](http://tinyurl.com/csharp-notebook11)\n",
286+
"> [⏩ Next Module -Search, Sort, and Index Lists](http://tinyurl.com/csharp101-notebook11-ipynb)\n",
287287
">\n",
288-
"> [⏪ Last Module - Combining Branches and Loops](http://tinyurl.com/csharp-notebook09)\n",
288+
"> [⏪ Last Module - Combining Branches and Loops](http://tinyurl.com/csharp101-notebook09-ipynb)\n",
289289
">\n",
290290
"> [Watch the video](https://www.youtube.com/watch?v=qLeF_wpnVto&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=12)\n",
291291
">\n",

csharp-101/11- Search, Sort, and Index Lists.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@
194194
"# Continue learning\n",
195195
"\n",
196196
"There are plenty more resources out there to learn!\n",
197-
"> [⏩ Next Module - Lists of Other Types](http://tinyurl.com/csharp-notebook12)\n",
197+
"> [⏩ Next Module - Lists of Other Types](http://tinyurl.com/csharp101-notebook12-ipynb)\n",
198198
">\n",
199-
"> [⏪ Last Module - Arrays, Lists, and Collections](http://tinyurl.com/csharp-notebook10)\n",
199+
"> [⏪ Last Module - Arrays, Lists, and Collections](http://tinyurl.com/csharp101-notebook10-ipynb)\n",
200200
">\n",
201201
"> [Watch the video](https://www.youtube.com/watch?v=NJ5ghiutzfY&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=13)\n",
202202
">\n",

csharp-101/12-Lists of Other Types.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@
149149
"\n",
150150
"There are plenty more resources out there to learn!\n",
151151
"\n",
152-
"> [⏩ Next Module - Objects and Classes](http://tinyurl.com/csharp-notebook13)\n",
152+
"> [⏩ Next Module - Objects and Classes](http://tinyurl.com/csharp101-notebook13-ipynb)\n",
153153
">\n",
154-
"> [⏪ Last Module - Search, Sort, and Index Lists](http://tinyurl.com/csharp-notebook11)\n",
154+
"> [⏪ Last Module - Search, Sort, and Index Lists](http://tinyurl.com/csharp101-notebook11-ipynb)\n",
155155
">\n",
156156
"> [Watch the video](https://www.youtube.com/watch?v=oIQdb93xewE&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=14)\n",
157157
">\n",

csharp-101/13-Objects and Classes.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@
341341
"# Continue learning\n",
342342
"\n",
343343
"There are plenty more resources out there to learn!\n",
344-
"> [⏩ Next Module - Methods and Members](http://tinyurl.com/csharp-notebook14)\n",
344+
"> [⏩ Next Module - Methods and Members](http://tinyurl.com/csharp101-notebook14-ipynb)\n",
345345
">\n",
346-
"> [⏪ Last Module - Lists of Other Types](http://tinyurl.com/csharp-notebook12)\n",
346+
"> [⏪ Last Module - Lists of Other Types](http://tinyurl.com/csharp101-notebook12-ipynb)\n",
347347
">\n",
348348
"> [Watch the video](https://www.youtube.com/watch?v=TzgxcAiHCWA&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=16)\n",
349349
">\n",

csharp-101/14-Methods and Members.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@
559559
"# Continue learning\n",
560560
"\n",
561561
"There are plenty more resources out there to learn!\n",
562-
"> [⏩ Next Module - Methods and Exceptions](http://tinyurl.com/csharp-notebook15)\n",
562+
"> [⏩ Next Module - Methods and Exceptions](http://tinyurl.com/csharp101-notebook15-ipynb)\n",
563563
">\n",
564-
"> [⏪ Last Module - Objects and Classes](http://tinyurl.com/csharp-notebook13)\n",
564+
"> [⏪ Last Module - Objects and Classes](http://tinyurl.com/csharp101-notebook13-ipynb)\n",
565565
">\n",
566566
"> [Watch the video](https://www.youtube.com/watch?v=xLhm3bEG__c&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=17)\n",
567567
">\n",

csharp-101/15-Methods and Exceptions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
"\n",
632632
"You've completed this lesson, congratulations! There are plenty more places to continue learning:\n",
633633
"There are plenty more resources out there to learn!\n",
634-
"> [⏪ Last Module - Methods and Members](http://tinyurl.com/csharp-notebook14)\n",
634+
"> [⏪ Last Module - Methods and Members](http://tinyurl.com/csharp101-notebook14-ipynb)\n",
635635
">\n",
636636
"> [Watch the video](https://www.youtube.com/watch?v=8YsoBBiVVzQ&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=18)\n",
637637
">\n",

0 commit comments

Comments
 (0)