From a80e62d9b150dbc8571310eb9786f157915de69b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 10 Nov 2013 10:34:58 -0700 Subject: [PATCH] fix path in source-distribution README Closes PR 14065 original commit: 58261e349503f847f53078e3989e4c7ed8c75e8b --- pkgs/distro-build/readme.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/distro-build/readme.rkt b/pkgs/distro-build/readme.rkt index c24bc71..e7accdb 100644 --- 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.)})