From: Jacco van den Berg Date: Wed, 20 Jul 2022 16:51:50 +0000 (+0200) Subject: make link work in github itself (#10497) X-Git-Tag: v3.8.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeba91e0de9e9e4df973cc51f98a5028beb04b04;p=thirdparty%2FChart.js.git make link work in github itself (#10497) --- diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index ea8ef96f2..c75e4b606 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -101,6 +101,6 @@ module.exports = { As you can see, some of the boilerplate needed is not visible in our sample blocks, as the samples focus on the configuration options. ::: -All our examples are [available online](/samples/). +All our examples are [available online](../samples/). To run the samples locally you first have to install all the necessary packages using the `npm ci` command, after this you can run `npm run docs:dev` to build the documentation. As soon as the build is done, you can go to [http://localhost:8080/samples/](http://localhost:8080/samples/) to see the samples.