Skip to content

Commit e55d40e

Browse files
committed
Replace relative link with web link
In order to fix doxygen error.
1 parent 3129464 commit e55d40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/architectural/central-data-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ 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
113113
of the life cycle of goto programs see
114-
[`src/goto-programs/README.md`](../../src/goto-programs/README.md).
114+
[`src/goto-programs/README.md`](https://github.com/diffblue/cbmc/blob/develop/src/goto-programs/README.md).
115115

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

0 commit comments

Comments
 (0)