We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d09476c + 9b6e350 commit 36aca5aCopy full SHA for 36aca5a
1 file changed
episodes/01-getting-started.md
@@ -20,7 +20,7 @@ keypoints:
20
## Use the Spyder IDE for editing and running Python.
21
22
* The [Anaconda package manager][anaconda] is an automated way to install the [Spyder IDE][spyder].
23
- * See [the setup instructions]({{ page.root }}/setup/) for Anaconda installation instructions.
+ * See [the setup instructions]({{ page.root }}/setup) for Anaconda installation instructions.
24
* It also installs all the extra libraries it needs to run.
25
* Once you have installed Python and the Spyder IDE requirements, open a shell and type:
26
~~~
@@ -98,5 +98,5 @@ keypoints:
98
99
100
[anaconda]: https://docs.anaconda.com/anaconda/install/
101
-[spyder]: http://pythonhosted.org/spyder/
+[spyder]: https://www.spyder-ide.org/
102
0 commit comments