]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix casing of dist files in docs (#7670)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sun, 26 Jul 2020 14:23:12 +0000 (17:23 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Jul 2020 14:23:12 +0000 (10:23 -0400)
.github/ISSUE_TEMPLATE/BUG.md
docs/docs/developers/contributing.md
docs/docs/developers/index.md

index 7db6ecae1e1088b39fd1b791c891fb96063685ca..ea0ccbce2efaa69cdae0d4259a2d5c65c52f63b1 100644 (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.
 -->
index 219d17918e1f92952837c73874a103a5ee6d193c..b0afb362bf3cb202d09e09784ab9437fa9880d3d 100644 (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.
index ef8e4880b30eaa54373663f09bf7bbce04ae1744..92e8af3d59703f4bdc632b47ad7cdb72f50e266a 100644 (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)