aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_pathod.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-30 10:43:54 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-30 10:43:54 +1200
commit904760c6c2927caf49b7cbe4027dd1c8dd8e9fdb (patch)
treecde8b201892b4f2268234bae3ac4cda12b742a40 /libpathod/templates/docs_pathod.html
parente8ee6d20fedbe5495b6f0ddeefc0a113c3fbad8a (diff)
parent17db4486a8c138a553357a3590578a32889b9d0a (diff)
downloadmitmproxy-904760c6c2927caf49b7cbe4027dd1c8dd8e9fdb.tar.gz
mitmproxy-904760c6c2927caf49b7cbe4027dd1c8dd8e9fdb.tar.bz2
mitmproxy-904760c6c2927caf49b7cbe4027dd1c8dd8e9fdb.zip
Merge pull request #23 from Kriechi/fix-links
fix github links
Diffstat (limited to 'libpathod/templates/docs_pathod.html')
-rw-r--r--libpathod/templates/docs_pathod.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/docs_pathod.html b/libpathod/templates/docs_pathod.html
index d0e6ec88..3ad4dac9 100644
--- a/libpathod/templates/docs_pathod.html
+++ b/libpathod/templates/docs_pathod.html
@@ -1,5 +1,5 @@
{% extends "docframe.html" %}
-{% block body %}
+{% block body %}
<div class="page-header">
<h1>
@@ -76,7 +76,7 @@ served.</p>
<pre class="terminal">./pathod -a "/foo=200"</pre>
-<p>Here, "/foo" is ithe regex specifying the anchor path, and the part after
+<p>Here, "/foo" is the regex specifying the anchor path, and the part after
the "=" is a response specifier.</p>
</section>
@@ -161,4 +161,4 @@ disabled if no directory is specified:</p>
</table>
</section>
-{% endblock %}
+{% endblock %}