aboutsummaryrefslogtreecommitdiff
path: root/help/assert_assertwithmessage.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/assert_assertwithmessage.md')
-rw-r--r--help/assert_assertwithmessage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md
index 37e7f4ba..496bd6c5 100644
--- a/help/assert_assertwithmessage.md
+++ b/help/assert_assertwithmessage.md
@@ -3,7 +3,7 @@
# Exclamation Mark (`!`)
## `! 𝕩`: Assert
-[→full documentation](../doc/assert.md)
+[→full documentation](../doc/assert.md#assert)
Throw an error if `𝕩` is not 1.
@@ -17,7 +17,7 @@ Throw an error if `𝕩` is not 1.
## `𝕨 ! 𝕩`: Assert With Message
-[→full documentation](../doc/assert.md)
+[→full documentation](../doc/assert.md#assert)
Throw an error with message `𝕨` if `𝕩` is not 1.