Skip to content

Commit dfaa112

Browse files
update image links
1 parent 22b18b7 commit dfaa112

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/python-basics-0.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
]
1212
},
1313
{
14-
"cell_type": "code",
15-
"execution_count": null,
14+
"cell_type": "markdown",
1615
"metadata": {},
17-
"outputs": [],
1816
"source": [
1917
"*from* [Python Basics 1](https://southernmethodistuniversity.github.io/intro-to-python/python-basics-1.html#python-basics-1)\n",
2018
"\n",
@@ -226,7 +224,9 @@
226224
{
227225
"cell_type": "code",
228226
"execution_count": 1,
229-
"metadata": {},
227+
"metadata": {
228+
"scrolled": true
229+
},
230230
"outputs": [
231231
{
232232
"ename": "TypeError",
@@ -542,7 +542,7 @@
542542
"\n",
543543
"Flow control statements work like a flowchart. For example, let's say your goal is to hang out and relax with friends. There are a number of steps you might take, depending on whether your friends are available or you feel like making some new friends.\n",
544544
"\n",
545-
"![Flowchart to hangout with friends](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/images/friends_flowchart.png)\n",
545+
"![Flowchart to hangout with friends](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/friends_flowchart.png)\n",
546546
"\n",
547547
"Each diamond in our flowchart represents a decision that has to be made about the best step to take next. This is the essence of flow control statements. They help a program decide what the next step should be given the current circumstances."
548548
]

docs/python-basics-2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"\n",
4040
"Flow control statements work like a flowchart. For example, let's say your goal is to hang out and relax with friends. There are a number of steps you might take, depending on whether your friends are available or you feel like making some new friends.\n",
4141
"\n",
42-
"![Flowchart to hangout with friends](hhttps://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/friends_flowchart.png)\n",
42+
"![Flowchart to hangout with friends](https://raw.githubusercontent.com/SouthernMethodistUniversity/intro-to-python/main/images/friends_flowchart.png)\n",
4343
"\n",
4444
"Each diamond in our flowchart represents a decision that has to be made about the best step to take next. This is the essence of flow control statements. They help a program decide what the next step should be given the current circumstances."
4545
]

0 commit comments

Comments
 (0)