Skip to content

Commit 8f749ea

Browse files
Update all notebook files: Replace remaining ntbk.io URLs with direct GitHub raw URLs
Co-authored-by: jamesmontemagno <[email protected]>
1 parent 9f79796 commit 8f749ea

17 files changed

+245
-245
lines changed

csharp-101/01-Hello World.ipynb

Lines changed: 1 addition & 1 deletion
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](https://ntbk.io/csharp101-notebook02)\n",
202+
">> [⏩ Next Module - The Basics of Strings](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/02-The%20Basics%20of%20Strings.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook03)\n",
254+
"> [⏩ Next Module - Searching Strings](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/03-Searching%20Strings.ipynb)\n",
255255
">\n",
256-
"> [⏪ Last Module - Hello World](https://ntbk.io/csharp101-notebook01)\n",
256+
"> [⏪ Last Module - Hello World](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/01-Hello%20World.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook04)\n",
126+
"> [⏩ Next Module - Numbers and Integer Math](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/04-Numbers%20and%20Integer%20Math.ipynb)\n",
127127
">\n",
128-
"> [⏪ Last Module - The Basics of Strings](https://ntbk.io/csharp101-notebook02)\n",
128+
"> [⏪ Last Module - The Basics of Strings](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/02-The%20Basics%20of%20Strings.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook05)\n",
314+
"> [⏩ Next Module - Numbers and Integer Precision](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/05-Numbers%20and%20Integer%20Precision.ipynb)\n",
315315
">\n",
316-
"> [⏪ Last Module - Searching Strings](https://ntbk.io/csharp101-notebook03)\n",
316+
"> [⏪ Last Module - Searching Strings](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/03-Searching%20Strings.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook06)\n",
287+
"> [⏩ Next Module - Numbers and Decimals](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/06-Numbers%20and%20Decimals.ipynb)\n",
288288
">\n",
289-
"> [⏪ Last Module - Numbers and Integer Math](https://ntbk.io/csharp101-notebook04)\n",
289+
"> [⏪ Last Module - Numbers and Integer Math](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/04-Numbers%20and%20Integer%20Math.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

Lines changed: 2 additions & 2 deletions
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)](https://ntbk.io/csharp101-notebook07)\n",
131+
"> [⏩ Next Module - Branches (if)](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/07-Branches%20(if).ipynb)\n",
132132
">\n",
133-
"> [⏪ Last Module - Numbers and Integer Precision](https://ntbk.io/csharp101-notebook05)\n",
133+
"> [⏪ Last Module - Numbers and Integer Precision](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/05-Numbers%20and%20Integer%20Precision.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook08)\n",
220+
"> [⏩ Next Module - What Are Loops](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/08-What%20Are%20Loops.ipynb)\n",
221221
">\n",
222-
"> [⏪ Last Module - Numbers and Decimal](https://ntbk.io/csharp101-notebook06)\n",
222+
"> [⏪ Last Module - Numbers and Decimal](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/06-Numbers%20and%20Decimals.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook09)\n",
229+
"> [⏩ Next Module - Combining Branches and Loops](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/09-Combining%20Branches%20and%20Loops.ipynb)\n",
230230
">\n",
231-
"> [⏪ Last Module - Branches (if)](https://ntbk.io/csharp101-notebook07)\n",
231+
"> [⏪ Last Module - Branches (if)](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/07-Branches%20(if).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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook10)\n",
69+
"> [⏩ Next Module - Arrays, Lists, and Collections](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/10-Arrays%2C%20Lists%2C%20and%20Collections.ipynb)\n",
7070
">\n",
71-
"> [⏪ Last Module - What Are Loops](https://ntbk.io/csharp101-notebook08)\n",
71+
"> [⏪ Last Module - What Are Loops](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/08-What%20Are%20Loops.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

Lines changed: 2 additions & 2 deletions
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](https://ntbk.io/csharp101-notebook11)\n",
286+
"> [⏩ Next Module -Search, Sort, and Index Lists](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/11-%20Search%2C%20Sort%2C%20and%20Index%20Lists.ipynb)\n",
287287
">\n",
288-
"> [⏪ Last Module - Combining Branches and Loops](https://ntbk.io/csharp101-notebook09)\n",
288+
"> [⏪ Last Module - Combining Branches and Loops](https://raw.githubusercontent.com/dotnet/csharp-notebooks/main/csharp-101/09-Combining%20Branches%20and%20Loops.ipynb)\n",
289289
">\n",
290290
"> [Watch the video](https://www.youtube.com/watch?v=qLeF_wpnVto&list=PLdo4fOcmZ0oVxKLQCHpiUWun7vlJJvUiN&index=12)\n",
291291
">\n",

0 commit comments

Comments
 (0)