diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index e8d1e563bdf..09cb053c957 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 5530368b188..09bfaba1790 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, {