diff --git a/pkgs/plt-services/meta/pkg-index/planet-compat/static.rkt b/pkgs/plt-services/meta/pkg-index/planet-compat/static.rkt index f3b9efeabf..d88ee4c6e2 100644 --- a/pkgs/plt-services/meta/pkg-index/planet-compat/static.rkt +++ b/pkgs/plt-services/meta/pkg-index/planet-compat/static.rkt @@ -24,7 +24,7 @@ (file->string (build-path pkg-depo pkg-depo-dir (format "~a.plt.CHECKSUM" pkg-name))) 'source - (format "https://planet-compat.racket-lang.org/~a/~a.plt" + (format "http://planet-compat.racket-lang.org/~a/~a.plt" pkg-depo-dir pkg-name) 'url (let () diff --git a/pkgs/racket-pkgs/racket-doc/pkg/scribblings/pkg.scrbl b/pkgs/racket-pkgs/racket-doc/pkg/scribblings/pkg.scrbl index 1a6b3c742f..2d6c120443 100644 --- a/pkgs/racket-pkgs/racket-doc/pkg/scribblings/pkg.scrbl +++ b/pkgs/racket-pkgs/racket-doc/pkg/scribblings/pkg.scrbl @@ -240,7 +240,7 @@ local catalog in the form of an SQLite database or a directory tree. PLT supports two @tech{package catalog} servers that are enabled by default: @url{https://pkg.racket-lang.org} for new packages and -@url{https://planet-compat.racket-lang.org} for automatically +@url{http://planet-compat.racket-lang.org} for automatically generated packages for old @|PLaneT| packages. Anyone may host a @tech{package catalog}, and any file-serving HTTP host can act as a basic @tech{package catalog} server. See @secref["catalog-protocol"] @@ -796,7 +796,7 @@ PLT maintains a @tech{package catalog} to serve packages that were developed using the original @seclink[#:doc '(lib "planet/planet.scrbl") "top"]{@|Planet1|} package system. This compatibility catalog is at -@link["https://planet-compat.racket-lang.org/"]{https://planet-compat.racket-lang.org/}, +@link["http://planet-compat.racket-lang.org/"]{http://planet-compat.racket-lang.org/}, which is included by default in the package-server search path. Copies of @|Planet1| packages are automatically created by the diff --git a/racket/collects/pkg/lib.rkt b/racket/collects/pkg/lib.rkt index 5c05838eeb..543c3c0cb9 100644 --- a/racket/collects/pkg/lib.rkt +++ b/racket/collects/pkg/lib.rkt @@ -559,7 +559,7 @@ (match k ['catalogs (list "https://pkg.racket-lang.org" - "https://planet-compat.racket-lang.org")] + "http://planet-compat.racket-lang.org")] ['default-scope "user"] ['installation-name (version)] [_ #f]))