From a1d6e37e71a3efbb8eed0d43aff44802d4f80346 Mon Sep 17 00:00:00 2001 From: kurkle Date: Tue, 12 Mar 2019 17:28:39 +0200 Subject: [PATCH] CDN update --- docs/README.md | 2 +- docs/getting-started/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d0b0544ab0c..9592ecf2c10 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ ## Installation -You can download the latest version of Chart.js from the [GitHub releases](https://github.com/chartjs/Chart.js/releases/latest) or use a [Chart.js CDN](https://cdnjs.com/libraries/Chart.js). Detailed installation instructions can be found on the [installation](./getting-started/installation.md) page. +You can download the latest version of Chart.js from the [GitHub releases](https://github.com/chartjs/Chart.js/releases/latest) or use a [Chart.js CDN](https://www.jsdelivr.com/package/npm/chart.js). Detailed installation instructions can be found on the [installation](./getting-started/installation.md) page. ## Creating a Chart diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 5a879c4ce51..a2699899241 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -11,7 +11,7 @@ First, we need to have a canvas in our page. Now that we have a canvas we can use, we need to include Chart.js in our page. ```html - + ``` Now, we can create a chart. We add a script to our page: