From: Jukka Kurkela Date: Sun, 26 Jul 2020 14:23:12 +0000 (+0300) Subject: Fix casing of dist files in docs (#7670) X-Git-Tag: v3.0.0-beta.2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0764a585db495c18f2f450f8b3cb32a68b374e;p=thirdparty%2FChart.js.git Fix casing of dist files in docs (#7670) --- diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 7db6ecae1..ea0ccbce2 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -32,7 +32,7 @@ labels: 'type: bug' interactive example (https://codepen.io/pen?template=JXVYzq). If filing a bug against `master`, you may reference the latest code via - https://www.chartjs.org/dist/master/Chart.min.js (changing the filename to + https://www.chartjs.org/dist/master/chart.min.js (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time. --> diff --git a/docs/docs/developers/contributing.md b/docs/docs/developers/contributing.md index 219d17918..b0afb362b 100644 --- a/docs/docs/developers/contributing.md +++ b/docs/docs/developers/contributing.md @@ -78,6 +78,6 @@ Guidelines for reporting bugs: - Check the issue search to see if it has already been reported - Isolate the problem to a simple test case -- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq)). If filing a bug against `master`, you may reference the latest code via (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time. +- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq)). If filing a bug against `master`, you may reference the latest code via (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time. Please provide any additional details associated with the bug, if it's browser or screen density specific, or only happens with a certain configuration or data. diff --git a/docs/docs/developers/index.md b/docs/docs/developers/index.md index ef8e4880b..92e8af3d5 100644 --- a/docs/docs/developers/index.md +++ b/docs/docs/developers/index.md @@ -8,26 +8,27 @@ Developer features allow extending and enhancing Chart.js in many different ways Latest documentation and samples, including unreleased features, are available at: - - https://www.chartjs.org/docs/master/ - - https://www.chartjs.org/samples/master/ +- https://www.chartjs.org/docs/master/ +- https://www.chartjs.org/samples/master/ ## Development releases Latest builds are available for testing at: - - https://www.chartjs.org/dist/master/Chart.js - - https://www.chartjs.org/dist/master/Chart.min.js +- https://www.chartjs.org/dist/master/chart.js +- https://www.chartjs.org/dist/master/chart.min.js **WARNING: Development builds MUST not be used for production purposes or as replacement for CDN.** ## Browser support Chart.js offers support for the following browsers: -* Chrome 50+ -* Firefox 45+ -* Internet Explorer 11 -* Edge 14+ -* Safari 9+ + +- Chrome 50+ +- Firefox 45+ +- Internet Explorer 11 +- Edge 14+ +- Safari 9+ Browser support for the canvas element is available in all modern & major mobile browsers. [CanIUse](https://caniuse.com/#feat=canvas)