Update RacketCon 2012 link

This commit is contained in:
Asumu Takikawa 2013-07-28 21:01:15 -04:00
parent fedcd35477
commit b748aff5c7

View File

@ -51,7 +51,7 @@
(define* -bootstrap @make-link["http://www.bootstrapworld.org/"]{Bootstrap})
(define* (-rcon [year #f] . text)
(define years '(2012 2011))
(define years '(2013 2012 2011))
(a href: (list "http://con.racket-lang.org/"
(and year (not (eq? year (car years))) (list year "/")))
(cond [(pair? text) text]