From: Simon Brunel Date: Sat, 14 May 2016 21:12:46 +0000 (+0200) Subject: Add download links to the latest version X-Git-Tag: v2.2.0-rc.1~25^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0579fbb7415836728aff0595cf15ec44ac244f6c;p=thirdparty%2FChart.js.git Add download links to the latest version Remove outdated *standard build* and *bundled with Moment.js* links from the documentation and add a link to the latest GitHub release, from where the user can download `*.js` files. --- diff --git a/README.md b/README.md index 90bba90c7..aaf9441d2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Installation -To download a zip, go to the Chart.js on Github +You can download the latest version of [Chart.js on GitHub](https://github.com/chartjs/Chart.js/releases/latest) or just use these [Chart.js CDN](https://cdnjs.com/libraries/Chart.js) links. To install via npm / bower: @@ -16,7 +16,6 @@ To install via npm / bower: npm install chart.js --save bower install Chart.js --save ``` -CDN: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.6/Chart.min.js ## Documentation diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 2a11f9bff..7810bb426 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -5,10 +5,9 @@ anchor: getting-started ### Download Chart.js -To download a zip, go to [Chart.js on Github](https://github.com/chartjs/Chart.js) and choose the version that is right for your application. -* [Standard build](https://raw.githubusercontent.com/chartjs/Chart.js/master/dist/Chart.js) (~31kB gzipped) -* [Bundled with Moment.js](https://raw.githubusercontent.com/chartjs/Chart.js/master/dist/Chart.bundle.js) (~45kB gzipped) -* [CDN Versions](https://cdnjs.com/libraries/Chart.js) +You can download the latest version of [Chart.js on GitHub](https://github.com/chartjs/Chart.js/releases/latest) or just use these [Chart.js CDN](https://cdnjs.com/libraries/Chart.js) links. + +### Installation To install via npm / bower: