]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
make link work in github itself (#10497)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Wed, 20 Jul 2022 16:51:50 +0000 (18:51 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 16:51:50 +0000 (12:51 -0400)
docs/getting-started/index.md

index ea8ef96f21d2e3b8253d612eaa22da6d00d8a73a..c75e4b6064671ff6dd25f37a57478524550d0dcd 100644 (file)
@@ -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.