docs: minor fixes
This commit is contained in:
parent
f456591db0
commit
d84fc645a7
|
@ -60,4 +60,5 @@ Datastructures
|
|||
|
||||
.. automodule:: mitmproxy.models
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
:members: Error, ServerConnection, ClientConnection
|
|
@ -12,4 +12,6 @@ Protocols
|
|||
.. autoclass:: ServerConnectionMixin
|
||||
:members:
|
||||
|
||||
.. autoexception:: Kill
|
||||
.. seealso::
|
||||
|
||||
The :py:exc:`Kill <mitmproxy.exceptions.Kill>` exception to terminate connections.
|
|
@ -32,7 +32,7 @@ Then see the Hacking_ section of the README on GitHub.
|
|||
.. _install-arch:
|
||||
|
||||
Installation On Arch Linux
|
||||
----------------------
|
||||
--------------------------
|
||||
|
||||
mitmproxy has been added into the [community] repository. Use pacman to install it:
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ Running scripts on saved flows
|
|||
|
||||
Sometimes, we want to run a script on :py:class:`~mitmproxy.models.Flow` objects that are already
|
||||
complete. This happens when you start a script, and then load a saved set of flows from a file
|
||||
(see the "scripted data transformation" example `here <https://mitmproxy.org/doc/mitmdump.html>`_).
|
||||
(see the "scripted data transformation" example :ref:`here <mitmdump>`).
|
||||
It also happens when you run a one-shot script on a single flow through the ``|`` (pipe) shortcut
|
||||
in mitmproxy.
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ var FilterDocs = React.createClass({
|
|||
});
|
||||
commands.push(<tr key="docs-link">
|
||||
<td colSpan="2">
|
||||
<a href="https://mitmproxy.org/doc/features/filters.html"
|
||||
<a href="http://docs.mitmproxy.org/en/stable/features/filters.html"
|
||||
target="_blank">
|
||||
<i className="fa fa-external-link"></i>
|
||||
mitmproxy docs</a>
|
||||
|
|
Loading…
Reference in New Issue