diff options
author | Aldo Cortesi <aldo@corte.si> | 2018-03-06 17:23:16 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 17:23:16 +1300 |
commit | cc00b03554d84a37b55f911a84d70b6d7909c9cb (patch) | |
tree | 06ee86a05d250a4f246d611bb8076d59404becaa /web | |
parent | 53a9be498ca07f7f90ea4c9d3029a7c0ca9f8663 (diff) | |
parent | 77ed33b06d4141a33fe15cbb6e785c86d8d9cb4c (diff) | |
download | mitmproxy-cc00b03554d84a37b55f911a84d70b6d7909c9cb.tar.gz mitmproxy-cc00b03554d84a37b55f911a84d70b6d7909c9cb.tar.bz2 mitmproxy-cc00b03554d84a37b55f911a84d70b6d7909c9cb.zip |
Merge pull request #2961 from fenilgandhi/PR-2957
Update remaining old docs url with new ones.
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". */ |