From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 28 Dec 2020 08:20:08 +0000 (-0800) Subject: 2.9 docs - fix broken link (#8241) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2.9;p=thirdparty%2FChart.js.git 2.9 docs - fix broken link (#8241) --- diff --git a/docs/README.md b/docs/README.md index 9592ecf2c..4a226b867 100644 --- a/docs/README.md +++ b/docs/README.md @@ -56,7 +56,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](https://github.com/chartjs/Chart.js/blob/master/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).