You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/guide/built-in-functions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ spreadsheet software. That is because a spreadsheet is probably the most
22
22
universal software ever created. We wanted the same flexibility for HyperFormula
23
23
but without the constraints of the spreadsheet UI.
24
24
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.
26
26
27
27
The latest version of HyperFormula has an extensive collection of
28
28
**{{ $page.functionsCount }}** functions grouped into categories:
@@ -44,7 +44,7 @@ The latest version of HyperFormula has an extensive collection of
44
44
_Some categories such as compatibility and cube are yet to be supported._
45
45
46
46
::: 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).
0 commit comments