From: Jukka Kurkela Date: Sat, 5 Jun 2021 12:04:57 +0000 (+0300) Subject: Docs: fix broken and inconsistent links (#9237) X-Git-Tag: v3.4.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a46cc39bbf51f4ae2f7d716efe9ec450390a0bf;p=thirdparty%2FChart.js.git Docs: fix broken and inconsistent links (#9237) --- diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index e8d1e563b..09cb053c9 100644 --- a/docs/configuration/tooltip.md +++ b/docs/configuration/tooltip.md @@ -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 diff --git a/docs/general/padding.md b/docs/general/padding.md index 5530368b1..09bfaba17 100644 --- a/docs/general/padding.md +++ b/docs/general/padding.md @@ -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, {