make it survive being somewhere other than /

svn:r4615
This commit is contained in:
Roger Dingledine 2005-07-20 01:12:02 +00:00
parent a1d96f2efd
commit 0f09b6a894

View File

@ -6,7 +6,7 @@
<title>Tor SwitchProxy Install Instructions</title> <title>Tor SwitchProxy Install Instructions</title>
<meta name="Author" content="Roger Dingledine" /> <meta name="Author" content="Roger Dingledine" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <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" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
</head> </head>
@ -18,16 +18,16 @@
<tr> <tr>
<td class="banner-left"></td> <td class="banner-left"></td>
<td class="banner-middle"> <td class="banner-middle">
<a class="current">Home</a> <a href="/index.html">Home</a>
| <a href="howitworks.html">How It Works</a> | <a href="/howitworks.html">How It Works</a>
| <a href="download.html">Download</a> | <a href="/download.html">Download</a>
| <a href="documentation.html">Docs</a> | <a href="/documentation.html">Docs</a>
| <a href="users.html">Users</a> | <a href="/users.html">Users</a>
| <a href="faq.html">FAQs</a> | <a href="/faq.html">FAQs</a>
| <a href="volunteer.html">Volunteer</a> | <a href="/volunteer.html">Volunteer</a>
| <a href="developers.html">Developers</a> | <a href="/developers.html">Developers</a>
| <a href="research.html">Research</a> | <a href="/research.html">Research</a>
| <a href="people.html">People</a> | <a href="/people.html">People</a>
</td> </td>
<td class="banner-right"></td> <td class="banner-right"></td>
</tr> </tr>