From 77b487b671e51ea947d679c8ae24c2b0684a3fbd Mon Sep 17 00:00:00 2001 From: David Van Horn Date: Wed, 23 Dec 2020 13:50:58 -0500 Subject: [PATCH] Fix up planet url. --- pkgs/racket-doc/scribblings/guide/other.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/other.scrbl b/pkgs/racket-doc/scribblings/guide/other.scrbl index 1fcdc09dde..698933ebd4 100644 --- a/pkgs/racket-doc/scribblings/guide/other.scrbl +++ b/pkgs/racket-doc/scribblings/guide/other.scrbl @@ -36,6 +36,6 @@ includes documentation for packages in that catalog, updated daily. For more information about packages, see see @other-manual['(lib "pkg/scribblings/pkg.scrbl")]. -@link["http://planet.plt-racket.org/"]{@|PLaneT|} serves packages that +@link["https://planet.racket.org/"]{@|PLaneT|} serves packages that were developed using an older package system. Racket packages should use the newer system, instead.