Skip to content

Commit 7d3d1f1

Browse files
authored
Merge pull request microsoft#343 from zjuyk/main
fix(setup.md): fix broken link and adjust run path of docsify
2 parents bcc9f54 + c65affe commit 7d3d1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/0-course-setup/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get started with the following resources:
99

1010
**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/).
1111

12-
> **Note**: [Instructions on how to run the code in this curriculum](/how-to-run.md)
12+
> **Note**: [Instructions on how to run the code in this curriculum](./how-to-run.md)
1313
1414
## Self Study
1515

@@ -39,4 +39,4 @@ By ensuring that the content aligns with projects, the process is made more enga
3939
4040
## Offline access
4141

42-
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).
42+
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).

0 commit comments

Comments
 (0)