Update links re release
This commit is contained in:
parent
119eab66d8
commit
0488cd6b46
|
@ -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)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user