Skip to content

Commit f0de22c

Browse files
committed
Update NB links to GH repo
1 parent d635ac2 commit f0de22c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Functional-Python-Part-2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Functional Programming Techniques in Python: Part 2\n",
88
"\n",
9-
"In [Part 1](https://mpkocher.github.io/2019/01/30/Functional-Python-Part-1/), we introduced core Functional Programming techniques in Python.\n",
9+
"In [Part 1](https://github.com/mpkocher/Functional-Programming-Techniques-In-Python/blob/main/Functional-Python-Part-1.ipynb), we introduced core Functional Programming techniques in Python.\n",
1010
"\n",
1111
"One of the design patterns/techniques is to leverage closures. This is demonstrated in Part 1.\n",
1212
"\n",

Functional-Python-Part-3.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"source": [
77
"# Functional Programming Techniques in Python: Part 3\n",
88
"\n",
9-
"In [Part 1](https://mpkocher.github.io/2019/01/30/Functional-Python-Part-1/), we introduced core Functional Programming techniques in Python.\n",
9+
"In [Part 1](https://github.com/mpkocher/Functional-Programming-Techniques-In-Python/blob/main/Functional-Python-Part-1.ipynb), we introduced core Functional Programming techniques in Python.\n",
1010
"\n",
11-
"In [Part 2](https://mpkocher.github.io/2019/02/02/Functional-Python-Part-2/), we're designed a REST API client using Functional Programming Techniques (FPT). \n",
11+
"In [Part 2](https://github.com/mpkocher/Functional-Programming-Techniques-In-Python/blob/main/Functional-Python-Part-2.ipynb), we're designed a REST API client using Functional Programming Techniques (FPT). \n",
1212
"\n",
1313
"In Part 3, we're going to do another concrete example and build a commandline tool interface. \n",
1414
"\n",
@@ -52,7 +52,7 @@
5252
"source": [
5353
"# Utils\n",
5454
"\n",
55-
"In [Part 1](https://mpkocher.github.io/2019/01/30/Functional-Python-Part-1/), we defined a few utils. We'll reproduce the `compose` util here. "
55+
"In [Part 1](https://github.com/mpkocher/Functional-Programming-Techniques-In-Python/blob/main/Functional-Python-Part-1.ipynb), we defined a few utils. We'll reproduce the `compose` util here. "
5656
]
5757
},
5858
{

0 commit comments

Comments
 (0)