Skip to content

Commit eaae3b6

Browse files
Merge pull request #7530 from thomasspriggs/tas/fix_link
Update link to reference generated website
2 parents 01ac963 + bb6d854 commit eaae3b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/architectural/central-data-structures.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ in the symbol-table for their definitions.
110110
A goto program is a sequence of GOTO instructions (`goto_instructiont`). For
111111
details of the `goto_programt` class itself see the documentation in
112112
[`goto_program.h`](../../src/goto-programs/goto_program.h). For further details
113-
of the life cycle of goto programs see
114-
[`src/goto-programs/README.md`](https://github.com/diffblue/cbmc/blob/develop/src/goto-programs/README.md).
113+
of the life cycle of goto programs see \ref goto-programs "goto programs"
115114

116115
An instruction (`goto_instructiont`) is a triple (an element with three subcomponents),
117116
describing a GOTO level instruction with the following 3 component subtypes,

doc/doxygen-root/doxygen-markdown/markdown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for file in $FILES; do
4646
# lines is unescaped using sed in order to fix doxygen tags, which are
4747
# broken by pandoc.
4848
pandoc --read=gfm --write=gfm --wrap=none --filter=mermaid-filter $tmp |
49-
$BINDIR/pandoc-codeblock-repair.sh | sed 's/^\\\\/\\/' > $file
49+
$BINDIR/pandoc-codeblock-repair.sh | sed 's/\\\\ref\s/\\ref /;s/^\\\\/\\/' > $file
5050
done
5151

5252
cprovers=$(find . -name cprover-manual)

0 commit comments

Comments
 (0)