aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/transparent
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-01-14 17:58:42 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-01-14 17:58:42 +0100
commit779e303dfea49664c8c5bc0e871c684ab58be9df (patch)
tree650cc748b6503ad320c27c4f5a28620611527bce /doc-src/transparent
parent92966e7c48c754189b0578fc5202dd1d57d1dd7a (diff)
downloadmitmproxy-779e303dfea49664c8c5bc0e871c684ab58be9df.tar.gz
mitmproxy-779e303dfea49664c8c5bc0e871c684ab58be9df.tar.bz2
mitmproxy-779e303dfea49664c8c5bc0e871c684ab58be9df.zip
fix syntax highlighting for countershape urls by using different quotes
Diffstat (limited to 'doc-src/transparent')
-rw-r--r--doc-src/transparent/linux.html4
-rw-r--r--doc-src/transparent/osx.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc-src/transparent/linux.html b/doc-src/transparent/linux.html
index d07155aa..96b7132a 100644
--- a/doc-src/transparent/linux.html
+++ b/doc-src/transparent/linux.html
@@ -3,7 +3,7 @@ achieve transparent mode.
<ol class="tlist">
- <li> <a href="@!urlTo("ssl.html")!@">Install the mitmproxy
+ <li> <a href="@!urlTo('ssl.html')!@">Install the mitmproxy
certificates on the test device</a>. </li>
<li> Enable IP forwarding:
@@ -40,4 +40,4 @@ iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8
</ol>
-For a detailed walkthrough, have a look at the <a href="@!urlTo("tutorials/transparent-dhcp.html")!@"><i>Transparently proxify virtual machines</i></a> tutorial.
+For a detailed walkthrough, have a look at the <a href="@!urlTo('tutorials/transparent-dhcp.html')!@"><i>Transparently proxify virtual machines</i></a> tutorial.
diff --git a/doc-src/transparent/osx.html b/doc-src/transparent/osx.html
index 205e4c76..c1ae823d 100644
--- a/doc-src/transparent/osx.html
+++ b/doc-src/transparent/osx.html
@@ -7,7 +7,7 @@ OSX.
<ol class="tlist">
- <li> <a href="@!urlTo("ssl.html")!@">Install the mitmproxy
+ <li> <a href="@!urlTo('ssl.html')!@">Install the mitmproxy
certificates on the test device</a>. </li>
<li> Enable IP forwarding: