From 670f89a85bb93acd60848c5e37f9f0af6852e02f Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Wed, 14 Feb 2018 14:03:16 -0600 Subject: [PATCH] Fix source of package catalog server `(collection-file-path "pkg-catalog" "meta")` raises an exception. --- pkgs/racket-doc/pkg/scribblings/catalog-protocol.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/pkg/scribblings/catalog-protocol.scrbl b/pkgs/racket-doc/pkg/scribblings/catalog-protocol.scrbl index 25d080d28f..9bd77455f0 100644 --- a/pkgs/racket-doc/pkg/scribblings/catalog-protocol.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/catalog-protocol.scrbl @@ -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. @; ----------------------------------------