Skip to content

Commit 36aca5a

Browse files
authored
Merge pull request #67 from geyslein/patch-2
Fixed typo, changed spyder reference
2 parents d09476c + 9b6e350 commit 36aca5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/01-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keypoints:
2020
## Use the Spyder IDE for editing and running Python.
2121

2222
* 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.
23+
* See [the setup instructions]({{ page.root }}/setup) for Anaconda installation instructions.
2424
* It also installs all the extra libraries it needs to run.
2525
* Once you have installed Python and the Spyder IDE requirements, open a shell and type:
2626
~~~
@@ -98,5 +98,5 @@ keypoints:
9898
9999
100100
[anaconda]: https://docs.anaconda.com/anaconda/install/
101-
[spyder]: http://pythonhosted.org/spyder/
101+
[spyder]: https://www.spyder-ide.org/
102102

0 commit comments

Comments
 (0)