From ece600232883787873af8378ef99321566aef4ad Mon Sep 17 00:00:00 2001 From: Fenil Gandhi Date: Mon, 5 Mar 2018 22:56:36 +0530 Subject: Update remaining old docs url with new one. --- .../js/__tests__/components/Header/__snapshots__/OptionMenuSpec.js.snap | 2 +- web/src/js/components/Header/FilterDocs.jsx | 2 +- web/src/js/filt/filt.peg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web') diff --git a/web/src/js/__tests__/components/Header/__snapshots__/OptionMenuSpec.js.snap b/web/src/js/__tests__/components/Header/__snapshots__/OptionMenuSpec.js.snap index 83d9355c..707cca90 100644 --- a/web/src/js/__tests__/components/Header/__snapshots__/OptionMenuSpec.js.snap +++ b/web/src/js/__tests__/components/Header/__snapshots__/OptionMenuSpec.js.snap @@ -46,7 +46,7 @@ exports[`OptionMenu Component should render correctly 1`] = ` /> Strip cache headers -   mitmproxy docs 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". */ -- cgit v1.2.3