Skip to content

Commit 119001b

Browse files
committed
Modernize URL references.
This was suggested in the review of the SRFI 64 documentation integration into the GNU Guile by Filip Ł. (thank you!). * srfi-64.html (Rationale): Replace mention of SchemeUnit and its hyperlink with its contemporary RackUnit successor. Use HTTPS for the JUnit URL.
1 parent 5d15a7e commit 119001b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

srfi-64.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ <h2>Rationale</h2>
5151
possible to write a portable basic implementation.</p>
5252
<p>
5353
There are other testing frameworks written in Scheme, including
54-
<a href="http://schematics.sourceforge.net/schemeunit.html">SchemeUnit</a>.
55-
However SchemeUnit is not portable.
54+
<a href="https://docs.racket-lang.org/rackunit/">RackUnit</a>.
55+
However RackUnit is not portable.
5656
It is also a bit on the verbose side.
57-
It would be useful to have a bridge between this framework and SchemeUnit
58-
so SchemeUnit tests could run under this framework and vice versa.
57+
It would be useful to have a bridge between this framework and RackUnit
58+
so RackUnit tests could run under this framework and vice versa.
5959
There exists also at least one Scheme wrapper providing a Scheme interface
60-
to the <q>standard</q> <a href="http://www.junit.org/">JUnit</a> API for Java.
60+
to the <q>standard</q> <a href="https://www.junit.org/">JUnit</a> API for Java.
6161
It would be useful to have a bridge so that tests written using this
6262
framework can run under a JUnit runner.
6363
Neither of these features are part of this specification.</p>

0 commit comments

Comments
 (0)