Skip to content

Commit a8d3c21

Browse files
authored
Merge pull request #7476 from tautschnig/bugfixes/7450-doc-link
Fix documentation links
2 parents 6a7b97c + c31fd66 commit a8d3c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/doxygen-root/user_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
For a quick start with CBMC on simple problems, read
44

55
* The \ref installation_guide
6-
* A [short tutorial](cprover-manual/md_cbmc-tutorial.html)
6+
* A [short tutorial](cprover-manual/md_cbmc_tutorial.html)
77
* A [short manual](cprover-manual/index.html)
88

99
For a quick start with CBMC on large software projects, read
@@ -23,7 +23,7 @@ Key concepts:
2323

2424
* The \ref reference_guide describes CBMC and the CBMC tool chain
2525
* CBMC [primitives](cprover-manual/md_api.html) and
26-
[memory primitives](cprover-manual/md_memory-primitives.html)
26+
[memory primitives](cprover-manual/md_memory_primitives.html)
2727
are useful when writing CBMC assumptions and CBMC assertions.
2828
* \ref goto-programs "goto programs" are the intermediate representation
2929
of C code used by the CBMC tool chain

doc/satabs-user-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and the directories that contain the header files. You must run SATABS
5757
from within the *Visual Studio Command Prompt*.
5858

5959
Note that the distribution files for the [Eclipse
60-
plugin](installation-plugin.shtml) include the command-line tools.
60+
plugin](http://www.cprover.org/eclipse-plugin/) include the command-line tools.
6161
Therefore, if you intend to run SATABS exclusively within Eclipse, you
6262
can skip the installation of the command-line tools. However, you still
6363
have to install the compiler environment as described above.

0 commit comments

Comments
 (0)