Skip to content

Commit 1bede82

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 8cbb139 commit 1bede82

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
@@ -22,7 +22,7 @@ spreadsheet software. That is because a spreadsheet is probably the most
2222
universal software ever created. We wanted the same flexibility for HyperFormula
2323
but without the constraints of the spreadsheet UI.
2424

25-
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.
25+
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.
2626

2727
The latest version of HyperFormula has an extensive collection of
2828
**{{ $page.functionsCount }}** functions grouped into categories:
@@ -44,7 +44,7 @@ The latest version of HyperFormula has an extensive collection of
4444
_Some categories such as compatibility and cube are yet to be supported._
4545

4646
::: tip
47-
You can modify the built-in functions or create your own, by adding a [custom function](custom-functions).
47+
You can modify the built-in functions or create your own, by adding a [custom function](custom-functions.md).
4848
:::
4949

5050
## List of available functions

0 commit comments

Comments
 (0)