aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/filt
diff options
context:
space:
mode:
authorFenil Gandhi <fanilgandhi@gmail.com>2018-03-05 22:56:36 +0530
committerFenil Gandhi <fanilgandhi@gmail.com>2018-03-05 22:56:36 +0530
commitece600232883787873af8378ef99321566aef4ad (patch)
tree579975131e2818e4cc081ffdc1de5e0449d796e0 /web/src/js/filt
parentb490a97b383903539074541a6fa191bc1b2717ab (diff)
downloadmitmproxy-ece600232883787873af8378ef99321566aef4ad.tar.gz
mitmproxy-ece600232883787873af8378ef99321566aef4ad.tar.bz2
mitmproxy-ece600232883787873af8378ef99321566aef4ad.zip
Update remaining old docs url with new one.
Diffstat (limited to 'web/src/js/filt')
-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 e4b151ad..80f43018 100644
--- a/web/src/js/filt/filt.peg
+++ b/web/src/js/filt/filt.peg
@@ -253,7 +253,7 @@ BindingExpr
/ Expr
/* All the filters except "~s" and "~src" are arranged in the ascending order as
- given in the docs(http://docs.mitmproxy.org/en/latest/features/filters.html).
+ given in the docs(https://mitmproxy.org/docs/latest/concepts-filters/).
"~s" and "~src" are so arranged as "~s" caused problems in the evaluation of
"~src". */