aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/language
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-08-12 13:09:45 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-15 10:18:56 +0200
commit90836397d36080b097740fee587839e458763cf9 (patch)
treeccffa8c17eb463222d9ab389bbf842c909f067c3 /doc/manual/src/language
parent3378a3bce8a5dc1282d901f7f3ec152676198092 (diff)
remove stale section link
Diffstat (limited to 'doc/manual/src/language')
-rw-r--r--doc/manual/src/language/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md
index 6c355d923..f22d66351 100644
--- a/doc/manual/src/language/index.md
+++ b/doc/manual/src/language/index.md
@@ -209,7 +209,7 @@ the rest.
`assert 1 + 1 == 2; "yes!"`
</td>
<td>
- Assertion check (evaluates to `"yes!"`). See [](#sec-assertions) for using assertions in modules
+ Assertion check (evaluates to `"yes!"`).
</td>
</tr>
<tr>