Skip to content

Commit 8b216fa

Browse files
Fix broken links: change 'main' to 'master' branch
Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent 18aa23d commit 8b216fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/artifact-descriptions/pldi25.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,12 +469,12 @@ The Goblint analyzer comes with extensive documentation (see `analyzer/docs`) or
469469
- Any newly added analysis will be able to benefit from the update rules provided here.
470470
471471
Thus, the framework can serve as a testbed for new ideas for static analysis, allowing researchers to focus on the aspect of the system they are interested in while relying on the framework for everything else.
472-
The changes made to Goblint to implement the update rules are outlined in the external repository's [CODE.md](https://github.com/tum-cit-pl/precision-recovery-mixed-flowsens-benchmarks/blob/main/CODE.md).
472+
The changes made to Goblint to implement the update rules are outlined in the external repository's [CODE.md](https://github.com/tum-cit-pl/precision-recovery-mixed-flowsens-benchmarks/blob/master/CODE.md).
473473
474474
### Example
475475
476476
An example program `example.c` is provided in the top folder of `analyzer` to highlight precision differences between configurations.
477-
For details see the external repository's [EXAMPLE.md](https://github.com/tum-cit-pl/precision-recovery-mixed-flowsens-benchmarks/blob/main/EXAMPLE.md).
477+
For details see the external repository's [EXAMPLE.md](https://github.com/tum-cit-pl/precision-recovery-mixed-flowsens-benchmarks/blob/master/EXAMPLE.md).
478478
479479
### Experiment with further programs within this VM
480480

0 commit comments

Comments
 (0)