Skip to content

Fix dead links in cbmc user manual #5330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/cprover-manual/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void assert(_Bool assertion);
The function **\_\_CPROVER\_assume** adds an expression as a constraint
to the program. If the expression evaluates to false, the execution
aborts without failure. More detail on the use of assumptions is in the
section on [Assumptions](./modeling-assumptions.md).
section on [Assumptions](../modeling/assumptions/).

#### \_\_CPROVER\_r_ok, \_\_CPROVER\_w_ok

Expand Down
2 changes: 1 addition & 1 deletion doc/cprover-manual/cbmc-assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ properties together with the condition.

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

Expand Down
5 changes: 1 addition & 4 deletions doc/cprover-manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

[A Short Tutorial](cbmc/tutorial/),
[Loop Unwinding](cbmc/unwinding/),
[Assertion Checking](cbmc/assertions/),
[Restricting function pointers](cbmc/restrict-function-pointer/),
[Memory Analyzer](cbmc/memory-analyzer/),
[Program Harness](cbmc/goto-harness/)
[Assertion Checking](cbmc/assertions/)

## 4. [Test Suite Generation](test-suite/)

Expand Down