Use the internal machine name, in case "pre" moves elsewhere.

This commit is contained in:
Eli Barzilay 2013-07-13 13:06:56 -04:00
parent 44afa3cb66
commit 404c0259e5

View File

@ -13,7 +13,7 @@
(let ()
@plain[#:file "irc-logs/.htaccess"]{
RewriteEngine on
RewriteRule ^(.*)$ http://pre.racket-lang.org@;
RewriteRule ^(.*)$ http://lambda.racket-lang.org@;
/irc-logs/@||racket/@|"$1"| [P]
}
(λ (text) @a[href: "irc-logs/"]{@text})))