mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-30 03:14:22 +00:00
fix github links
This commit is contained in:
parent
e8ee6d20fe
commit
64d6a11ce5
@ -32,7 +32,7 @@ dependencies is dead simple:
|
||||
|
||||
The project has the following dependencies:
|
||||
|
||||
* [netlib](http://github.com/cortesi/netlib)
|
||||
* [netlib](https://github.com/mitmproxy/netlib)
|
||||
* [requests](http://docs.python-requests.org/en/latest/index.html)
|
||||
|
||||
The project's test suite uses the
|
||||
|
@ -38,6 +38,6 @@ The project has the following dependencies:
|
||||
|
||||
The project's test suite uses the nose_ unit testing framework.
|
||||
|
||||
.. _netlib: http://github.com/cortesi/netlib
|
||||
.. _netlib: https://github.com/mitmproxy/netlib
|
||||
.. _requests: http://docs.python-requests.org/en/latest/index.html
|
||||
.. _nose: http://nose.readthedocs.org/en/latest/
|
||||
|
@ -28,11 +28,11 @@
|
||||
<p> You can find the project source on GitHub: </p>
|
||||
|
||||
<div style="margin-top: 20px; margin-bottom: 20px">
|
||||
<a class="btn btn-primary btn-large" href="https://github.com/cortesi/pathod">github.com/cortesi/pathod</a>
|
||||
<a class="btn btn-primary btn-large" href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a>
|
||||
</div>
|
||||
|
||||
<p>Please also use the <a
|
||||
href="https://github.com/cortesi/pathod/issues">github issue tracker</a> to
|
||||
href="https://github.com/mitmproxy/pathod/issues">github issue tracker</a> to
|
||||
report bugs. </p>
|
||||
</section>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 20px; margin-bottom: 20px">
|
||||
<a class="btn btn-primary btn-large" href="https://github.com/downloads/cortesi/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a>
|
||||
<a class="btn btn-primary btn-large" href="https://github.com/downloads/mitmproxy/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
<ul>
|
||||
<li>Current release: <a href="http://mitmproxy.org/download/pathod-{{version}}.tar.gz">pathod {{version}}</a></li>
|
||||
|
||||
<li>GitHub: <a href="http://github.com/mitmproxy/pathod">github.com/cortesi/pathod</a></li>
|
||||
<li>GitHub: <a href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a></li>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user