From e8ebb46aadd5185e7b8a531b9d7d07b988bb7f71 Mon Sep 17 00:00:00 2001 From: Alexander Paterson Date: Wed, 5 Jul 2017 20:11:29 +0800 Subject: [PATCH] Update link to documentation for previous versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b7c5e39..1a6e61e63 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The `Chart.bundle.js` and `Chart.bundle.min.js` builds include Moment.js in a si ## Documentation -You can find documentation at [www.chartjs.org/docs](http://www.chartjs.org/docs). The markdown files that build the site are available under `/docs`. Previous version documentation is available at [www.chartjs.org/docs/#notes-previous-versions](http://www.chartjs.org/docs/#notes-previous-versions). +You can find documentation at [www.chartjs.org/docs](http://www.chartjs.org/docs). The markdown files that build the site are available under `/docs`. Previous version documentation is available at [www.chartjs.org/docs/latest/developers/#previous-versions](http://www.chartjs.org/docs/latest/developers/#previous-versions). ## Contributing