Skip to content

Commit cdb0b78

Browse files
author
Thomas Kiley
committed
Referenced readme in cprover docs
The links were not relative, so updated to be relative. Mentioned that you can find more in the readme.
1 parent 4fcbd37 commit cdb0b78

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/cprover-manual/cbmc-tutorial.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ possible output format.
138138
```
139139

140140
The specification of the XML trace output can be found here: [XML
141-
Specification](https://raw.githubusercontent.com/diffblue/cbmc/develop/doc/assets/xml_spec.tex)
142-
and can be build by `pdflatex -shell-escape xml_spec.tex`. Alternatively, you
143-
view it in Markdown [here](../../../assets/xml_spec).
141+
Specification](../assets/xml_spec.tex)
142+
and can be built by `pdflatex -shell-escape xml_spec.tex`. See the [README
143+
](../assets/README.md#xml_spec.tex) for details.
144+
145+
Alternatively, you can view it in [Markdown](../assets/xml_spec.md).
144146

145147
### Verifying Modules
146148

@@ -348,4 +350,3 @@ comes with a small set of definitions, which includes functions such as
348350

349351
We also have a [list of interesting applications of
350352
CBMC](http://www.cprover.org/cbmc/applications/).
351-

0 commit comments

Comments
 (0)