]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add download links to the latest version
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 14 May 2016 21:12:46 +0000 (23:12 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 18 Jun 2016 10:14:30 +0000 (12:14 +0200)
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.

README.md
docs/00-Getting-Started.md

index 90bba90c7f977aad35b41e643a30538a9bc7dfd9..aaf9441d21f8fc75d83d81e204bab5fbd73fe387 100644 (file)
--- 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
 
index 2a11f9bff888f754b868997f3ad1544257b43f9a..7810bb4265c8bb0e785aac30c770e373bf5a6dac 100644 (file)
@@ -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: