diff --git a/pkgs/racket-doc/scribblings/style/testing.scrbl b/pkgs/racket-doc/scribblings/style/testing.scrbl index c78f6bd1dc..6c8c38d936 100644 --- a/pkgs/racket-doc/scribblings/style/testing.scrbl +++ b/pkgs/racket-doc/scribblings/style/testing.scrbl @@ -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