From: Ben McCann Date: Mon, 17 Apr 2017 14:28:35 +0000 (-0700) Subject: Remove extraneous period X-Git-Tag: v2.6.0~2^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86fb98eb3720a7256764ff0bd8b34a23c0946ade;p=thirdparty%2FChart.js.git Remove extraneous period --- diff --git a/README.md b/README.md index 86d2b4730..d2ed99631 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can find documentation at [www.chartjs.org/docs](http://www.chartjs.org/docs ## Contributing -Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://github.com/chartjs/Chart.js/blob/master/docs/developers/contributing.md.) first. For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/chartjs). +Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://github.com/chartjs/Chart.js/blob/master/docs/developers/contributing.md) first. For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/chartjs). ## Building Instructions on building and testing Chart.js can be found in [the documentation](https://github.com/chartjs/Chart.js/blob/master/docs/developers/contributing.md#building-and-testing).