From 9b1247b00dee998c4b31efbfbd1755d56279ba18 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 24 Feb 2013 16:59:52 -0500 Subject: [PATCH] Revert "Adding link to prior versions of the docs." Instead, add links to the web pages. This reverts commit 87a5280b13f7092f730145028fcbdea8a8cc5519. Conflicts: collects/scribblings/main/config.rkt --- collects/scribblings/main/config.rkt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/collects/scribblings/main/config.rkt b/collects/scribblings/main/config.rkt index 8ec3d97299..b428d3e34d 100644 --- a/collects/scribblings/main/config.rkt +++ b/collects/scribblings/main/config.rkt @@ -5,7 +5,6 @@ ;; Configuration of various parts of the main pages (define bug-url "http://bugs.racket-lang.org/") -(define prior-docs-url "http://download.racket-lang.org/docs/") ;; Link definitions: (id-sym title root-sym/#f-for-url subpath/url), ;; or a `---' for a spacer; the root-sym can be `plt' for standard @@ -21,9 +20,7 @@ (acks "Acknowledgements" plt "acks/index.html") (release "Release Notes" plt "release/index.html") --- - (bugreport "Report a Bug" #f ,(format "~a?v=~a" bug-url (version))) - --- - (prior-docs "View Prior Versions" #f ,prior-docs-url))) + (bugreport "Report a Bug" #f ,(format "~a?v=~a" bug-url (version))))) ;; Section definitions for manuals that appear on the start page. (define manual-sections