diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-20 01:12:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-20 01:12:02 +0000 |
commit | 0f09b6a894ad7cf055339fcae81a3e38269ad123 (patch) | |
tree | 714c8fcb37c63fbd901b8d105d4a26a5ea08ca8b | |
parent | a1d96f2efd54187e64e4f6cf7f4b229bc4143bdf (diff) | |
download | tor-0f09b6a894ad7cf055339fcae81a3e38269ad123.tar tor-0f09b6a894ad7cf055339fcae81a3e38269ad123.tar.gz |
make it survive being somewhere other than /
svn:r4615
-rw-r--r-- | doc/tor-switchproxy.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/tor-switchproxy.html b/doc/tor-switchproxy.html index 6cbef462c..cb5a05ca1 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="/stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> @@ -18,16 +18,16 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> - <a class="current">Home</a> - | <a href="howitworks.html">How It Works</a> - | <a href="download.html">Download</a> - | <a href="documentation.html">Docs</a> - | <a href="users.html">Users</a> - | <a href="faq.html">FAQs</a> - | <a href="volunteer.html">Volunteer</a> - | <a href="developers.html">Developers</a> - | <a href="research.html">Research</a> - | <a href="people.html">People</a> + <a href="/index.html">Home</a> + | <a href="/howitworks.html">How It Works</a> + | <a href="/download.html">Download</a> + | <a href="/documentation.html">Docs</a> + | <a href="/users.html">Users</a> + | <a href="/faq.html">FAQs</a> + | <a href="/volunteer.html">Volunteer</a> + | <a href="/developers.html">Developers</a> + | <a href="/research.html">Research</a> + | <a href="/people.html">People</a> </td> <td class="banner-right"></td> </tr> |