]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update link to master umd build (#10645)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Wed, 31 Aug 2022 06:24:21 +0000 (08:24 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2022 06:24:21 +0000 (08:24 +0200)
docs/developers/contributing.md

index 2b0c64a9c938f762d23e9cb18b6d6d8811a14060..fc74f1c74e170ed7837182e44559b8ffd3fe90ba 100644 (file)
@@ -74,6 +74,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=wvezeOq)). 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=wvezeOq)). If filing a bug against `master`, you may reference the latest code via <https://www.chartjs.org/dist/master/chart.umd.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.