diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-26 04:45:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-26 04:45:48 +0000 |
commit | d0f013c59175e6a41be5b2c85c32e6fb816be0a7 (patch) | |
tree | 408023c03bc8d776e2a1f4b5281b372581d557ca | |
parent | f29731ffe4e68bfc0ba40fec19d96ee68f88610e (diff) | |
download | tor-d0f013c59175e6a41be5b2c85c32e6fb816be0a7.tar tor-d0f013c59175e6a41be5b2c85c32e6fb816be0a7.tar.gz |
home? what is this home?
svn:r6078
-rw-r--r-- | doc/tor-doc-osx.html | 2 | ||||
-rw-r--r-- | doc/tor-doc-server.html | 2 | ||||
-rw-r--r-- | doc/tor-doc-unix.html | 2 | ||||
-rw-r--r-- | doc/tor-doc-win32.html | 2 | ||||
-rw-r--r-- | doc/tor-hidden-service.html | 2 | ||||
-rw-r--r-- | doc/tor-switchproxy.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/tor-doc-osx.html b/doc/tor-doc-osx.html index 867ded1c8..7a3d19f18 100644 --- a/doc/tor-doc-osx.html +++ b/doc/tor-doc-osx.html @@ -19,7 +19,7 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> -<a href="/home">Home</a> +<a href="/">Home</a> <a href="/overview">Overview</a> <a href="/download">Download</a> <a href="/documentation">Docs</a> diff --git a/doc/tor-doc-server.html b/doc/tor-doc-server.html index c6c872f5c..6b1efdc4b 100644 --- a/doc/tor-doc-server.html +++ b/doc/tor-doc-server.html @@ -18,7 +18,7 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> -<a href="/home">Home</a> +<a href="/">Home</a> <a href="/overview">Overview</a> <a href="/download">Download</a> <a href="/documentation">Docs</a> diff --git a/doc/tor-doc-unix.html b/doc/tor-doc-unix.html index 4c589a594..1bb9b7c11 100644 --- a/doc/tor-doc-unix.html +++ b/doc/tor-doc-unix.html @@ -18,7 +18,7 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> -<a href="/home">Home</a> +<a href="/">Home</a> <a href="/overview">Overview</a> <a href="/download">Download</a> <a href="/documentation">Docs</a> diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index 573bd1302..3811f9431 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -18,7 +18,7 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> -<a href="/home">Home</a> +<a href="/">Home</a> <a href="/overview">Overview</a> <a href="/download">Download</a> <a href="/documentation">Docs</a> diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html index 36e117154..acb9d833c 100644 --- a/doc/tor-hidden-service.html +++ b/doc/tor-hidden-service.html @@ -18,7 +18,7 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> -<a href="/home">Home</a> +<a href="/">Home</a> <a href="/overview">Overview</a> <a href="/download">Download</a> <a href="/documentation">Docs</a> diff --git a/doc/tor-switchproxy.html b/doc/tor-switchproxy.html index 5c0f6f8c6..97acbd200 100644 --- a/doc/tor-switchproxy.html +++ b/doc/tor-switchproxy.html @@ -18,7 +18,7 @@ <tr> <td class="banner-left"></td> <td class="banner-middle"> -<a href="/home">Home</a> +<a href="/">Home</a> <a href="/overview">Overview</a> <a href="/download">Download</a> <a href="/documentation">Docs</a> |