Skip to content

Commit

Permalink
make link work in github itself (#10497)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jul 20, 2022
1 parent 1a1e683 commit eeba91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Expand Up @@ -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.

0 comments on commit eeba91e

Please sign in to comment.