]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Docs: fix broken and inconsistent links (#9237)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sat, 5 Jun 2021 12:04:57 +0000 (15:04 +0300)
committerGitHub <noreply@github.com>
Sat, 5 Jun 2021 12:04:57 +0000 (08:04 -0400)
docs/configuration/tooltip.md
docs/general/padding.md

index e8d1e563bdf2e9bc184a1b86530d91c03ab7c3ab..09cb053c957e07c66481c412955f7a556cd02b76 100644 (file)
@@ -350,7 +350,7 @@ var myPieChart = new Chart(ctx, {
 });
 ```
 
-See [samples](/samples/tooltip/html) for examples on how to get started with external tooltips.
+See [samples](/samples/tooltip/html.md) for examples on how to get started with external tooltips.
 
 ## Tooltip Model
 
index 5530368b188a4616f12d7231a40659d7bd6d9f2a..09bfaba17909f9506e9ea2de1cb99e4b7ce91c7f 100644 (file)
@@ -45,7 +45,7 @@ let chart = new Chart(ctx, {
 
 This is a shorthand for defining left/right and top/bottom to same values.
 
-For example, 10px left / right and 4px top / bottom padding on a Radial Linear Axis [tick backdropPadding](/axes/radial/linear.html#linear-radial-axis-specific-tick-options):
+For example, 10px left / right and 4px top / bottom padding on a Radial Linear Axis [tick backdropPadding](/axes/radial/linear.md#linear-radial-axis-specific-tick-options):
 
 ```javascript
 let chart = new Chart(ctx, {