Skip to content

Commit 8914f38

Browse files
committed
fix: Remove broken links from the reference manual
1 parent 5b1fc2c commit 8914f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/DafnyRef/Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ to be executed at runtime in order to test that the program is working as intend
349349
There are two different ways to dynamically test functionality in a test:
350350

351351
1. A test can optionally return a single value to indicate success or failure.
352-
If it does, this must be a [failure-compatible type](#1971-failure-compatible-types)
352+
If it does, this must be a _failure-compatible_ type
353353
just as the [update-with-failure statement](#sec-update-failure) requires. That is,
354354
the returned type must define a `IsFailure()` function method. If `IsFailure()`
355355
evaluates to `true` on the return value, the test will be marked a failure, and this

docs/DafnyRef/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ There are many great options that control various aspects of verifying dafny pro
739739
- Control of output: [`/dprint`](#sec-controlling-output), [`/rprint`](#sec-controlling-output), `/stats`, [`/compileVerbose`](#sec-controlling-compilation)
740740
- Whether to print warnings: `/proverWarnings`
741741
- Control of time: `/timeLimit`
742-
- Control of resources: `/rLimit` and [`{:rlimit}`](#sec-rlimit)
742+
- Control of resources: `/rLimit` and `{:rlimit}`
743743
- Control of the prover used: `/prover`
744744
- Control of how many times to _unroll_ functions: [`{:fuel}`](#sec-fuel)
745745

0 commit comments

Comments
 (0)