aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/README6
-rw-r--r--web/README.md6
-rw-r--r--web/src/js/components/Header/FilterDocs.jsx2
-rw-r--r--web/src/js/filt/filt.peg2
4 files changed, 8 insertions, 8 deletions
diff --git a/web/README b/web/README
deleted file mode 100644
index c8e60379..00000000
--- a/web/README
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Starting up
-
-- npm install
-- gulp
-- run mitmweb and open http://localhost:8081/
diff --git a/web/README.md b/web/README.md
new file mode 100644
index 00000000..c43d09f0
--- /dev/null
+++ b/web/README.md
@@ -0,0 +1,6 @@
+# Quick Start
+
+
+- Run `yarn` to install dependencies
+- Run `gulp` to start live-compilation.
+- Run `mitmweb` and open http://localhost:8081/
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>
&nbsp; 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". */