]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update old codepen links to ones for v3 (#9619)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 4 Sep 2021 18:03:52 +0000 (14:03 -0400)
committerGitHub <noreply@github.com>
Sat, 4 Sep 2021 18:03:52 +0000 (14:03 -0400)
.github/ISSUE_TEMPLATE/DOCS.md
.github/PULL_REQUEST_TEMPLATE.md
docs/developers/contributing.md

index 70e8b34c1ef31f43d20e42ea67a813f3794d8798..6f6b0e43d11e2d89f381759f3ae07545933c5290 100644 (file)
@@ -21,5 +21,5 @@ Documentation Is:
 ### Example
 <!--
   Provide a link to a live example demonstrating the issue or feature to be documented:
-  https://codepen.io/pen?template=JXVYzq
+  https://codepen.io/pen?template=wvezeOq
 -->
index 7dd68ba0f295ca6b5029da7d553c57ccdd52d489..8ab50f66b12cfed273a8e49fd8086952ca0499db 100644 (file)
@@ -7,5 +7,5 @@ Example of changes on an interactive website such as the following:
 - https://jsbin.com/
 - https://jsfiddle.net/
 - https://codepen.io/pen/
-- Premade template: https://codepen.io/pen?template=JXVYzq
+- Premade template: https://codepen.io/pen?template=wvezeOq
 -->
index 39f2688e037402ddf5639ded5329d09a6580237b..e4f479ddafcb7ae7c9e762edd580f5cca8418c9d 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=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=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 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.