Skip to content

Commit a790f5b

Browse files
authored
fixing broken links
1 parent 4eebaca commit a790f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
" \n",
1818
"## What version of Python?\n",
1919
" \n",
20-
"The code is tested in Python [3.4](https://www.python.org/download/releases/3.4.3/) and [3.5](https://www.python.org/downloads/release/python-351/). If you try a different version of Python 3 and find a problem, please report it as an [Issue](https://github.com/aimacode/aima-python/issues). There is an incomplete [legacy branch](https://github.com/aimacode/aima-python/tree/aima3python2) for those who must run in Python 2. \n",
20+
"The code is tested in Python [3.4](https://www.python.org/download/releases/3.4.3/) and [3.5](https://www.python.org/downloads/release/python-351/). If you try a different version of Python 3 and find a problem, please report it as an [Issue](https://github.com/aimacode/aima-python/issues).\n",
2121
" \n",
22-
"We recommend the [Anaconda](https://www.continuum.io/downloads) distribution of Python 3.5. It comes with additional tools like the powerful IPython interpreter, the Jupyter Notebook and many helpful packages for scientific computing. After installing Anaconda, you will be good to go to run all the code and all the IPython notebooks. \n",
22+
"We recommend the [Anaconda](https://www.anaconda.com/download/) distribution of Python 3.5. It comes with additional tools like the powerful IPython interpreter, the Jupyter Notebook and many helpful packages for scientific computing. After installing Anaconda, you will be good to go to run all the code and all the IPython notebooks. \n",
2323
"\n",
2424
"## IPython notebooks \n",
2525
" \n",

0 commit comments

Comments
 (0)