commit a80e62d9b150dbc8571310eb9786f157915de69b
parent 99a3c16e38787a8acb20cb30b1c332dbc075a99b
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sun, 10 Nov 2013 10:34:58 -0700
fix path in source-distribution README
Closes PR 14065
original commit: 58261e349503f847f53078e3989e4c7ed8c75e8b
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/distro-build/readme.rkt b/pkgs/distro-build/readme.rkt
@@ -84,7 +84,7 @@
(define src? (hash-ref config '#:source? #f))
(define rt-src
@~a{This distribution provides source for the Racket run-time system;
- for build and installation instructions, see "racket/src/README".})
+ for build and installation instructions, see "src/README".})
(define pkg-src
@~a{(The distribution also includes the core Racket collections and any
installed packages in source form.)})