c-parser+autocorres: update Simpl links

Avoid redirects, link to current canonical version.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2024-01-16 10:03:42 +11:00 committed by Achim D. Brucker
parent dbd3766ca8
commit 3af98697e7
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
journal = {Archive of Formal Proofs},
month = feb,
year = 2008,
url = {https://www.isa-afp.org/entries/Simpl.shtml},
url = {https://www.isa-afp.org/entries/Simpl.html},
note = {Formal proof development},
ISSN = {2150-914X},
}

View File

@ -112,7 +112,7 @@ This package contains:
* Norbert Schirmer's Simpl language and associated VCG tool. The
C parser translates C into Schirmer's Simpl language:
https://www.isa-afp.org/entries/Simpl.shtml
https://www.isa-afp.org/entries/Simpl.html
* Code from SML/NJ, including an implementation of binary sets
(Binaryset.ML) and the mllex and mlyacc tools

View File

@ -31,7 +31,7 @@ The translation tool builds on various open source projects by others.
Sources for this are found in the Simpl/ directory. The
code is covered by an LGPL licence.
See <https://isa-afp.org/entries/Simpl.shtml>
See <https://isa-afp.org/entries/Simpl.html>
2. Code from SML/NJ:
- an implementation of binary sets (Binaryset.ML)

View File

@ -10,4 +10,4 @@ Simpl
This directory contains Norbert Schirmer's Simpl language and associated VCG
tool. The code is covered by an LGPL licence.
See <http://afp.sourceforge.net/entries/Simpl.shtml>
See <https://www.isa-afp.org/entries/Simpl.html>