From 69657e34c8a6f23a8c5f0764a979d32d3cb4a1e8 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Sat, 5 Jun 2021 10:10:35 +0300 Subject: [PATCH] Docs: fix broken and inconsistent links --- docs/configuration/tooltip.md | 2 +- docs/general/padding.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, {