From 2069edca586b3ad0decd4e7893b28b77b2667730 2019-07-16 01:55:17 From: Matthias Bussonnier Date: 2019-07-16 01:55:17 Subject: [PATCH] fix instlal link --- diff --git a/docs/source/interactive/tutorial.rst b/docs/source/interactive/tutorial.rst index 390d4e2..e1000e0 100644 --- a/docs/source/interactive/tutorial.rst +++ b/docs/source/interactive/tutorial.rst @@ -10,7 +10,7 @@ more than the standard prompt. Some key features are described here. For more information, check the :ref:`tips page `, or look at examples in the `IPython cookbook `_. -If you haven't done that yet see `how to install ipython `_ . +If you haven't done that yet see :ref:`how to install ipython `. If you've never used Python before, you might want to look at `the official tutorial `_ or an alternative, `Dive into