aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-19 16:30:45 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-19 16:30:45 +1300
commit93373efc8cbb95a40e6b4541a72be25e2bfbad4a (patch)
tree830821924115eed98b7d5589332b506e2700526b /doc-src/scripts.html
parentde73927896fabe57a489f2e9f2979070a6831373 (diff)
downloadmitmproxy-93373efc8cbb95a40e6b4541a72be25e2bfbad4a.tar.gz
mitmproxy-93373efc8cbb95a40e6b4541a72be25e2bfbad4a.tar.bz2
mitmproxy-93373efc8cbb95a40e6b4541a72be25e2bfbad4a.zip
Documentation, styling to fit on website.
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r--doc-src/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html
index 0b0b5f80..30f52ed8 100644
--- a/doc-src/scripts.html
+++ b/doc-src/scripts.html
@@ -8,7 +8,7 @@ The script interface is simple - scripts simply read,
modify and return a single __libmproxy.flow.Flow__ object, using the methods
defined in the __libmproxy.script__ module. Scripts must be executable.
-$!example("../examples/simple_script")!$
+$!example("examples/simple_script")!$