Fix source of package catalog server

`(collection-file-path "pkg-catalog" "meta")` raises an exception.
This commit is contained in:
Philip McGrath 2018-02-14 14:03:16 -06:00 committed by Jay McCarthy
parent 55ffc24011
commit 670f89a85b

View File

@ -139,8 +139,8 @@ works as a remote URL, as long as the @filepath{pkgs} and
local but required for HTTP).
The source for the PLT-hosted @tech{package catalog} is in the
@racket[(collection-file-path "pkg-catalog" "meta")]
directory of the full Racket distribution.
@hyperlink["https://pkgs.racket-lang.org/package/pkg-index"]{pkg-index}
package.
@; ----------------------------------------