make link work in github itself (#10497)

This commit is contained in:
Jacco van den Berg 2022-07-20 18:51:50 +02:00 committed by GitHub
parent 1a1e68380f
commit eeba91e0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.