From 7ce28e87957f35f6126de6c2fe927e7cf986654f Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 7 Mar 2019 16:10:49 +0100 Subject: [PATCH] Update broken URL Fixes #2518 --- pkgs/racket-doc/scribblings/style/testing.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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