From 7171f0d1c37e1fc5139322d45f691373be5bad2b Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 20 Dec 2013 14:07:16 -0700 Subject: [PATCH] Correct pkgs urls, please include in v6 (cherry picked from commit 2e5a89e68201fcf316321578f6394d20d7750c93) Conflicts: pkgs/racket-pkgs/racket-doc/pkg/scribblings/getting-started.scrbl --- .../racket-doc/pkg/scribblings/getting-started.scrbl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/pkg/scribblings/getting-started.scrbl b/pkgs/racket-pkgs/racket-doc/pkg/scribblings/getting-started.scrbl index 312dee7f46..73676bb5b6 100644 --- a/pkgs/racket-pkgs/racket-doc/pkg/scribblings/getting-started.scrbl +++ b/pkgs/racket-pkgs/racket-doc/pkg/scribblings/getting-started.scrbl @@ -423,7 +423,7 @@ by a simple name until it is listed on a @tech{package catalog}. If you'd like to use the PLT @tech{package catalog}, browse to -@link["http://pkgs.racket-lang.org/manage/upload"]{http://pkgs.racket-lang.org/manage/upload} +@link["http://pkgs.racket-lang.org/"]{http://pkgs.racket-lang.org/} and upload a new package. You will need to create an account and log in first. @@ -532,7 +532,8 @@ In your @racket[info.rkt], you should: ] -Finally, when listing your package on pkg.racket-lang-org, you should -supply a GitHub source using the URL format -@tt{github://github.com/@nonterm{user}/@nonterm{repo}/@nonterm{rev}@optional{/@nonterm{path}}} (not the -@tt{git:} format). +Finally, when listing your package on +@url{http://pkgs.racket-lang-org}, you should supply a GitHub source +using the URL format +@tt{github://github.com/@nonterm{user}/@nonterm{repo}/@nonterm{rev}@optional{/@nonterm{path}}} (not +the @tt{git:} format).