diff --git a/pkgs/plt-services/meta/web/common/links.rkt b/pkgs/plt-services/meta/web/common/links.rkt index e9d7819eea..742b8366a2 100644 --- a/pkgs/plt-services/meta/web/common/links.rkt +++ b/pkgs/plt-services/meta/web/common/links.rkt @@ -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]