diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-25 03:02:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-25 03:02:18 +0000 |
commit | 8e1c70daf36c707e3dc94e179644344f27eb35fd (patch) | |
tree | f1da36b94ac96c84ae1b9771b14f8c79310ed1ba /doc/tor-switchproxy.html | |
parent | b31160449c953f215c64f3be139e591dbe29ac8e (diff) | |
download | tor-8e1c70daf36c707e3dc94e179644344f27eb35fd.tar.gz tor-8e1c70daf36c707e3dc94e179644344f27eb35fd.zip |
make the stylesheet work from elsewhere too
svn:r4665
Diffstat (limited to 'doc/tor-switchproxy.html')
-rw-r--r-- | doc/tor-switchproxy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-switchproxy.html b/doc/tor-switchproxy.html index a69aaf68aa..f84f14f607 100644 --- a/doc/tor-switchproxy.html +++ b/doc/tor-switchproxy.html @@ -6,7 +6,7 @@ <title>Tor SwitchProxy Install Instructions</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> - <link rel="stylesheet" type="text/css" href="/stylesheet.css" /> + <link rel="stylesheet" type="text/css" href="http://tor.eff.org/stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> |