aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/header.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-04-30 15:25:02 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-04-30 15:25:02 -0700
commitd84fc645a711c5e420c78dd1b49148c8973e9a5a (patch)
tree634b7772ac8218db6b5c1d0f35cffb25987461fd /web/src/js/components/header.js
parentf456591db0e3e9d11768cd146b4d446e36415003 (diff)
downloadmitmproxy-d84fc645a711c5e420c78dd1b49148c8973e9a5a.tar.gz
mitmproxy-d84fc645a711c5e420c78dd1b49148c8973e9a5a.tar.bz2
mitmproxy-d84fc645a711c5e420c78dd1b49148c8973e9a5a.zip
docs: minor fixes
Diffstat (limited to 'web/src/js/components/header.js')
-rw-r--r--web/src/js/components/header.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/header.js b/web/src/js/components/header.js
index 1af928a3..b4110851 100644
--- a/web/src/js/components/header.js
+++ b/web/src/js/components/header.js
@@ -38,7 +38,7 @@ var FilterDocs = React.createClass({
});
commands.push(<tr key="docs-link">
<td colSpan="2">
- <a href="https://mitmproxy.org/doc/features/filters.html"
+ <a href="http://docs.mitmproxy.org/en/stable/features/filters.html"
target="_blank">
<i className="fa fa-external-link"></i>
&nbsp; mitmproxy docs</a>