Skip to content

Commit

Permalink
Remove unecesarry parts from link
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jun 1, 2021
1 parent b6e62a7 commit 3f13c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Expand Up @@ -70,4 +70,4 @@ It's that easy to get started using Chart.js! From here you can explore the many

All our examples are [available online](/samples/) but you can also download the `Chart.js.zip` archive attached to every [release](https://github.com/chartjs/Chart.js/releases) to experiment with our samples locally from the `/samples` folder.

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/docs/master/samples](http://localhost:8080/docs/master/samples) to see the 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 3f13c40

Please sign in to comment.