diff options
author | Maximilian Hils <git@maximilianhils.com> | 2018-01-02 16:45:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 16:45:06 +0100 |
commit | 3858048c6df3cb46f384c97367feb850fc57f3bd (patch) | |
tree | 6092f1e2ed216fef651aa6b038616e17bc99efb0 | |
parent | 828e1a87ca8b0490ab3fd68783e60672d4b2df30 (diff) | |
download | mitmproxy-3858048c6df3cb46f384c97367feb850fc57f3bd.tar.gz mitmproxy-3858048c6df3cb46f384c97367feb850fc57f3bd.tar.bz2 mitmproxy-3858048c6df3cb46f384c97367feb850fc57f3bd.zip |
fix broken link
-rw-r--r-- | web/src/js/filt/filt.peg | 2 |
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"); |