Update broken URL

Fixes #2518
This commit is contained in:
Marc 2019-03-07 16:10:49 +01:00 committed by Sam Tobin-Hochstadt
parent bb42476157
commit 7ce28e8795

View File

@ -16,7 +16,7 @@ Most of our collections come with test suites. These tests suites tend to
Run the test suites before you commit. To facilitate testing, we urge you
to add a @tt{TESTME.txt} file to your collections. Ideally, you may also
wish to have a file in this directory that runs the basic tests. See the
@hyperlink["https://github.com/racket/racket/tree/master/collects/2htdp/"]{2htdp},
@hyperlink["https://github.com/racket/htdp/tree/master/htdp-test/2htdp"]{2htdp},
which is one of the collections with its own testing style. The file should
describe where the tests are located, how to run these tests, and what to
look for in terms of successes and failures. These files are necessary