From 49e6a71f72e5c5442c243ce33248c5f16f4bc59f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 27 Aug 2013 17:50:25 -0600 Subject: [PATCH] add "collects/realm/README.txt" Guide readers of _Realm of Racket_ to the new location of the "realm" directory. --- racket/collects/realm/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 racket/collects/realm/README.txt diff --git a/racket/collects/realm/README.txt b/racket/collects/realm/README.txt new file mode 100644 index 0000000000..8f7ec7eea6 --- /dev/null +++ b/racket/collects/realm/README.txt @@ -0,0 +1,17 @@ +If you're reading _Realm of Racket_ and looking for programs in + + ../../collects/realm + +then you should be able to find them in + + ../../pkgs/realm + +or + + ../../share/pkgs/realm + +instead. + +The files moved as part of a reorganization of Racket into packages. +Although the "realm" collection is still included in the main Racket +distribution, it's now the "realm" package.