]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix Stack Overflow tag: chart.js (#10522)
authorPeter Hauke <90506472+peterhauke@users.noreply.github.com>
Wed, 27 Jul 2022 18:17:01 +0000 (20:17 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 18:17:01 +0000 (20:17 +0200)
* Fix Stack Overflow tag: chart.js

The same fix as accepted in: #10520

The correct Stack Overflow tag name is chart.js and not chartjs

* Fix Stack Overflow tag: chart.js

The same fix as accepted in: #10520

The correct Stack Overflow tag name is chart.js and not chartjs

docs/developers/contributing.md
docs/index.md

index fe0cadbfc5e2470bdc66278fbbeeb5e9b26ded17..3a32ec09f150d2c22da183c16d527f241b054498 100644 (file)
@@ -66,7 +66,7 @@ When a test fails, the expected and actual images are shown. If you'd like to se
 
 ## Bugs and Issues
 
-Please report these on the GitHub page - at <a href="https://github.com/chartjs/Chart.js" target="_blank">github.com/chartjs/Chart.js</a>. Please do not use issues for support requests. For help using Chart.js, please take a look at the [`chartjs`](https://stackoverflow.com/questions/tagged/chartjs) tag on Stack Overflow.
+Please report these on the GitHub page - at <a href="https://github.com/chartjs/Chart.js" target="_blank">github.com/chartjs/Chart.js</a>. Please do not use issues for support requests. For help using Chart.js, please take a look at the [`chart.js`](https://stackoverflow.com/questions/tagged/chart.js) tag on Stack Overflow.
 
 Well structured, detailed bug reports are hugely valuable for the project.
 
index 741b13640739edd973a80627441799d3b872f2a1..23567c6691e18dff9a0aa948ca053ae6ba9ee38c 100644 (file)
@@ -59,7 +59,7 @@ const myChart = new Chart(ctx, {
 
 Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](./developers/contributing.md) first.
 
-For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs).
+For support using Chart.js, please post questions with the [`chart.js` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/chart.js).
 
 ## License