diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-23 17:42:44 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-23 17:42:44 +1200 |
commit | 1d1098687cd397966cf810b52cbf9fe1bc8b1ec4 (patch) | |
tree | 7f51d87c516e9296f1388c2228a589e24ac0a0f5 /libpathod | |
parent | c1f75dd5a3857b3e426ed5d47b9164e71a4eed73 (diff) | |
download | mitmproxy-1d1098687cd397966cf810b52cbf9fe1bc8b1ec4.tar.gz mitmproxy-1d1098687cd397966cf810b52cbf9fe1bc8b1ec4.tar.bz2 mitmproxy-1d1098687cd397966cf810b52cbf9fe1bc8b1ec4.zip |
100% test coverage for pathoc.py
Diffstat (limited to 'libpathod')
-rw-r--r-- | libpathod/templates/docs_pathod.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/templates/docs_pathod.html b/libpathod/templates/docs_pathod.html index 96866579..977642c6 100644 --- a/libpathod/templates/docs_pathod.html +++ b/libpathod/templates/docs_pathod.html @@ -54,7 +54,7 @@ various other goodies. Try it by visiting the server root:</p> <pre class="example">200"YAY"</pre> - <p>The quoted string here is an example of a <a href=#valuespec>Value + <p>The quoted string here is an example of a <a href=/docs/language#valuespec>Value Specifier</a>, a syntax that is used throughout the pathod response specification language. In this case, the quotes mean we're specifying a literal string, but there are many other fun things we can do. For example, we |