Update links re release

This commit is contained in:
Jay McCarthy 2013-05-09 11:41:43 -06:00
parent 119eab66d8
commit 0488cd6b46

View File

@ -652,7 +652,7 @@
(define the-table
`(table
(tr
(td (a ([href "http://docs.racket-lang.org/planet2/Package_Concepts.html#%28tech._package._name%29"]) "Package Name"))
(td (a ([href "http://docs.racket-lang.org/pkg/Package_Concepts.html#%28tech._package._name%29"]) "Package Name"))
(td ,(if edit-details
`(input ([name "name"]
[type "text"]
@ -673,8 +673,7 @@
`(span (input ([name "source"]
[type "text"]
[value ,(package-ref* i 'source "")]))
;; XXX change to pkg soon
" (" (a ([href "http://docs.racket-lang.org/planet2/Package_Concepts.html#%28tech._package._source%29"]) "details") ")")
" (" (a ([href "http://docs.racket-lang.org/pkg/Package_Concepts.html#%28tech._package._source%29"]) "details") ")")
`(a ([href
,(package-url->useful-url (package-ref i 'source))])
,(package-ref i 'source)))))