Skip to content

Commit

Permalink
Add download links to the latest version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
simonbrunel committed May 14, 2016
1 parent 2d9bf77 commit 661a1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
9 changes: 3 additions & 6 deletions docs/00-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v2.0-dev/dist/Chart.js) (~31kB gzipped)
* [Bundled with Moment.js](https://raw.githubusercontent.com/chartjs/Chart.js/v2.0-dev/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:

Expand All @@ -19,8 +18,6 @@ npm install chart.js --save
bower install Chart.js --save
```

### Installation

To import Chart.js using an old-school script tag:

```html
Expand Down

0 comments on commit 661a1cf

Please sign in to comment.