diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/src/js/components/Header/FilterDocs.jsx | 2 | ||||
-rw-r--r-- | web/src/js/filt/filt.peg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/src/js/components/Header/FilterDocs.jsx b/web/src/js/components/Header/FilterDocs.jsx index b471840b..198c0117 100644 --- a/web/src/js/components/Header/FilterDocs.jsx +++ b/web/src/js/components/Header/FilterDocs.jsx @@ -44,7 +44,7 @@ export default class FilterDocs extends Component { ))} <tr key="docs-link"> <td colSpan="2"> - <a href="http://docs.mitmproxy.org/en/stable/features/filters.html" + <a href="https://mitmproxy.org/docs/latest/concepts-filters/" target="_blank"> <i className="fa fa-external-link"></i> mitmproxy docs</a> 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". */ |