aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-01-02 16:45:06 +0100
committerGitHub <noreply@github.com>2018-01-02 16:45:06 +0100
commit3858048c6df3cb46f384c97367feb850fc57f3bd (patch)
tree6092f1e2ed216fef651aa6b038616e17bc99efb0 /web
parent828e1a87ca8b0490ab3fd68783e60672d4b2df30 (diff)
downloadmitmproxy-3858048c6df3cb46f384c97367feb850fc57f3bd.tar.gz
mitmproxy-3858048c6df3cb46f384c97367feb850fc57f3bd.tar.bz2
mitmproxy-3858048c6df3cb46f384c97367feb850fc57f3bd.zip
fix broken link
Diffstat (limited to 'web')
-rw-r--r--web/src/js/filt/filt.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/filt/filt.peg b/web/src/js/filt/filt.peg
index 05b487b7..e4b151ad 100644
--- a/web/src/js/filt/filt.peg
+++ b/web/src/js/filt/filt.peg
@@ -1,4 +1,4 @@
-// PEG.js filter rules - see http://pegjs.majda.cz/online
+// PEG.js filter rules - see https://pegjs.org/
{
var flowutils = require("../flow/utils.js");