From 7c45a016b0a390ebdd7d02c593d25c442f10ee91 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 17 Oct 2020 09:12:25 -0400 Subject: [PATCH] Undo link change that did not work locally --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 7b141aa90..e43ea4a2d 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -57,7 +57,7 @@ var myChart = new Chart(ctx, { ## Contributing -Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](./docs/developers/contributing.md) first. +Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](./developers/contributing.md) first. For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs).