Fix casing of dist files in docs (#7670)

This commit is contained in:
Jukka Kurkela 2020-07-26 17:23:12 +03:00 committed by GitHub
parent 2b40e04a4b
commit da0764a585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 11 deletions

View File

@ -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.
-->

View File

@ -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 <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.
- 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 <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.
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.

View File

@ -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)