From 0f037560658a753f1bee6b616f652aaf7e2e3c0d Mon Sep 17 00:00:00 2001 From: zjuyk Date: Sat, 8 Jun 2024 23:18:14 +0800 Subject: [PATCH] fix(setup.md): fix broken link and adjust run path of docsify --- lessons/0-course-setup/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).