Skip to content

Commit

Permalink
Update remaining old docs url with new one.
Browse files Browse the repository at this point in the history
  • Loading branch information
fenilgandhi committed Mar 5, 2018
1 parent b490a97 commit ece6002
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mitmproxy/platform/osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def original_addr(csock):
if insufficient_priv:
raise RuntimeError(
"Insufficient privileges to access pfctl. "
"See http://docs.mitmproxy.org/en/latest/transparent/osx.html for details.")
"See https://mitmproxy.org/docs/latest/howto-transparent/#macos for details.")
return pf.lookup(peer[0], peer[1], stxt)
4 changes: 2 additions & 2 deletions mitmproxy/tools/web/static/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`OptionMenu Component should render correctly 1`] = `
/>
Strip cache headers
<a
href="http://docs.mitmproxy.org/en/stable/features/anticache.html"
href="https://mitmproxy.org/docs/latest/overview-features/#anticache"
target="_blank"
>
<i
Expand Down
2 changes: 1 addition & 1 deletion web/src/js/components/Header/FilterDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
&nbsp; mitmproxy docs</a>
Expand Down
2 changes: 1 addition & 1 deletion web/src/js/filt/filt.peg
Original file line number Diff line number Diff line change
Expand Up @@ -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". */

Expand Down

0 comments on commit ece6002

Please sign in to comment.