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: