summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-30 11:49:02 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-30 11:49:02 +0200
commitc97fc5eb55931cfaa93577b1aadc71026269c43d (patch)
treed4edd4b2a8b32421464700fce433847f3841a713 /docs
parent0ed84797e857a14a4402b17277ecb6e05d722320 (diff)
Fix dead links
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md2
-rw-r--r--docs/guides/guide-for-latex-users.md10
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 15ba4d78..26290875 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -515,7 +515,7 @@ description: |
- Added [`zip`]($array.zip), [`sum`]($array.sum), and
[`product`]($array.product) methods for arrays
- Added `fact`, `perm`, `binom`, `gcd`, `lcm`, `atan2`, `quo`, `trunc`, and
- `fract` [calculation]($category/calculate)
+ `fract` [calculation]($category/foundations/calc) functions
- Improvements
- Text in SVGs now displays properly
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md
index 1ed839a8..ed3170ff 100644
--- a/docs/guides/guide-for-latex-users.md
+++ b/docs/guides/guide-for-latex-users.md
@@ -143,11 +143,11 @@ And finally a little loop:
```
A function call always involves the name of the function ([`rect`]($rect),
-[`underline`]($underline), [`calc.max`]($calc.max), [`range`]($range)) followed
-by parentheses (as opposed to LaTeX where the square brackets and curly braces
-are optional if the macro requires no arguments). The expected list of arguments
-passed within those parentheses depends on the concrete function and is
-specified in the [reference]($reference).
+[`underline`]($underline), [`calc.max`]($calc.max), [`range`]($array.range))
+followed by parentheses (as opposed to LaTeX where the square brackets and curly
+braces are optional if the macro requires no arguments). The expected list of
+arguments passed within those parentheses depends on the concrete function and
+is specified in the [reference]($reference).
### Arguments
A function can have multiple arguments. Some arguments are positional, i.e., you