Skip to content

Commit cb2fa8f

Browse files
Docs: HF-24 add .md extension to bare slug links in built-in-functions
Harness 04-link-validation flagged two relative links missing the .md extension: localizing-functions → localizing-functions.md and custom-functions → custom-functions.md. VuePress resolves both forms at build time, but adding .md is consistent with all other links in the file and removes the harness warning.
1 parent cbdd9fd commit cb2fa8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/built-in-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spreadsheet software. That is because a spreadsheet is probably the most
2828
universal software ever created. We wanted the same flexibility for HyperFormula
2929
but without the constraints of the spreadsheet UI.
3030

31-
Each of HyperFormula's built-in function names is available in [17 languages](localizing-functions.md#list-of-supported-languages) and [custom language packs](localizing-functions) can be added.
31+
Each of HyperFormula's built-in function names is available in [17 languages](localizing-functions.md#list-of-supported-languages) and [custom language packs](localizing-functions.md) can be added.
3232

3333
The latest version of HyperFormula has an extensive collection of
3434
**{{ $page.functionsCount }}** functions grouped into categories:
@@ -50,7 +50,7 @@ The latest version of HyperFormula has an extensive collection of
5050
_Some categories such as compatibility and cube are yet to be supported._
5151

5252
::: tip
53-
You can modify the built-in functions or create your own, by adding a [custom function](custom-functions).
53+
You can modify the built-in functions or create your own, by adding a [custom function](custom-functions.md).
5454
:::
5555

5656
## List of available functions

0 commit comments

Comments
 (0)