Skip to content

Commit 2d35287

Browse files
committed
Fix dead links in cprover manual
1 parent 0604d8e commit 2d35287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/cprover-manual/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void assert(_Bool assertion);
1818
The function **\_\_CPROVER\_assume** adds an expression as a constraint
1919
to the program. If the expression evaluates to false, the execution
2020
aborts without failure. More detail on the use of assumptions is in the
21-
section on [Assumptions](./modeling-assumptions.md).
21+
section on [Assumptions](http://www.cprover.org/cprover-manual/modeling/assumptions/).
2222
2323
#### \_\_CPROVER\_r_ok, \_\_CPROVER\_w_ok
2424

doc/cprover-manual/cbmc-assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ properties together with the condition.
3333

3434
The assertion language of the CPROVER tools is identical to the language
3535
used for expressions. Note that
36-
[nondeterminism](./modeling-nondeterminism.md) can be exploited in order
36+
[nondeterminism](http://www.cprover.org/cprover-manual/modeling/nondeterminism/) can be exploited in order
3737
to check a range of choices. As an example, the following code fragment
3838
asserts that **all** elements of the array are zero:
3939

0 commit comments

Comments
 (0)