diff --git a/lessons/0-course-setup/setup.md b/lessons/0-course-setup/setup.md index 011ea8ed..bd19aca3 100644 --- a/lessons/0-course-setup/setup.md +++ b/lessons/0-course-setup/setup.md @@ -9,7 +9,7 @@ Get started with the following resources: **Students**, there are a couple of ways to use the curriculum. First of all, you can just read the text and look through the code directly on GitHub. If you want to run the code in any of the notebooks - [read our instructions](./etc/how-to-run.md), and find more advice on how to do it [in this blog post](https://soshnikov.com/education/how-to-execute-notebooks-from-github/). -> **Note**: [Instructions on how to run the code in this curriculum](/how-to-run.md) +> **Note**: [Instructions on how to run the code in this curriculum](./how-to-run.md) ## Self Study @@ -39,4 +39,4 @@ By ensuring that the content aligns with projects, the process is made more enga ## Offline access -You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the `etc/docsify` folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`. A pdf of the curriculum is available [at this link](/etc/pdf/readme.pdf). \ No newline at end of file +You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`. A pdf of the curriculum is available [at this link](/etc/pdf/readme.pdf).