Correct pkgs urls, please include in v6

(cherry picked from commit 2e5a89e682)

Conflicts:
	pkgs/racket-pkgs/racket-doc/pkg/scribblings/getting-started.scrbl
This commit is contained in:
Jay McCarthy 2013-12-20 14:07:16 -07:00 committed by Ryan Culpepper
parent c018aaf9ff
commit 7171f0d1c3

View File

@ -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).