Skip to content

Commit 389725d

Browse files
committed
Fixed hyperlink and added image source
1 parent 0b69fce commit 389725d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

search.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"source": [
1717
"## Introduction\n",
1818
"Hello!\n",
19-
" In this IPython notebook, we study different kinds of search techniques used in [search.py](https://github.com/aimacode/aima-python/blob/master/search.py) and try to get an intuition of what search algorithms are best suited for various problems. We first explore uninformed search algorithms and later get our hands on heuristic search strategies.\n",
19+
" In this IPython notebook, we study different kinds of search techniques used in [ search.py ]( https://github.com/aimacode/aima-python/blob/master/search.py ) and try to get an intuition of what search algorithms are best suited for various problems. We first explore uninformed search algorithms and later get our hands on heuristic search strategies.\n",
2020
"\n",
21-
" The code in this IPython notebook, and the entire [aima-python](https://github.com/aimacode/aima-python) repository is intended to work with Python 3 (specifically, Python 3.4). So if you happen to be working on Python 2, you should switch to Python 3. For more help on how to install python3, or if you are having other problems, you can always have a look the 'intro' IPython notebook. Now that you have all that sorted out, lets get started!"
21+
" The code in this IPython notebook, and the entire aima-python repository is intended to work with Python 3 (specifically, Python 3.4). So if you happen to be working on Python 2, you should switch to Python 3. For more help on how to install python3, or if you are having other problems, you can always have a look the 'intro' IPython notebook. Now that you have all that sorted out, lets get started!"
2222
]
2323
},
2424
{
@@ -112,7 +112,8 @@
112112
"cell_type": "markdown",
113113
"metadata": {},
114114
"source": [
115-
"<img src=\"images/search_animal.svg\" width=\"80%\">"
115+
"<img src=\"images/search_animal.svg\" width=\"80%\">\n",
116+
"<!-- Theses lovely animal icons were reproduced courtesy of Creative Tail https://www.creativetail.com/40-free-flat-animal-icons/ -->\n"
116117
]
117118
},
118119
{

0 commit comments

Comments
 (0)