aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_websitelayout.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-19 20:34:53 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-19 20:34:53 +1300
commit80e023b5ba9fa5f4a9ec5cf4a60753e01a590c05 (patch)
treeb0566a903655600b98df9b9f06c8b9ffb5ce1b4c /doc-src/_websitelayout.html
parent5015b1dfb2df3dee6444e0d5eea7525bdf0c735a (diff)
downloadmitmproxy-80e023b5ba9fa5f4a9ec5cf4a60753e01a590c05.tar.gz
mitmproxy-80e023b5ba9fa5f4a9ec5cf4a60753e01a590c05.tar.bz2
mitmproxy-80e023b5ba9fa5f4a9ec5cf4a60753e01a590c05.zip
Add a script to generate a contributors list, and use it to make a CONTRIBUTORS file.
Diffstat (limited to 'doc-src/_websitelayout.html')
-rw-r--r--doc-src/_websitelayout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html
index ad8eb317..8e2fccac 100644
--- a/doc-src/_websitelayout.html
+++ b/doc-src/_websitelayout.html
@@ -4,9 +4,9 @@
<h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1>
<div class="HorizontalNavBar">
<ul>
- <li class="inactive"><a href="../index.html">home</a></li>
+ <li class="inactive"><a href="@!urlTo("/index.html")!@">home</a></li>
<li class="active"><a href="@!urlTo("doc/index.html")!@">docs</a></li>
- <li class="inactive"><a href="../development.html">development</a></li>
+ <li class="inactive"><a href="@!urlTo("/about.html")!@">about</a></li>
</ul>
</div>
<br>