mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
readthedocs changed their domain
This commit is contained in:
parent
d4b20f0c1f
commit
aa583b4f58
5 changed files with 9 additions and 9 deletions
|
|
@ -101,7 +101,7 @@ Current
|
|||
- Fix issue `#70 <https://git.ziirish.me/ziirish/burp-ui/issues/70>`_
|
||||
- Fix issue `#71 <https://git.ziirish.me/ziirish/burp-ui/issues/71>`_
|
||||
- Fix issue `#72 <https://git.ziirish.me/ziirish/burp-ui/issues/72>`_
|
||||
- doc on `readthedocs <http://burp-ui.readthedocs.org/en/latest/>`_
|
||||
- doc on `readthedocs <http://burp-ui.readthedocs.io/en/latest/>`_
|
||||
- Two merge requests from Wade Fitzpatrick (`!1 <https://git.ziirish.me/ziirish/burp-ui/merge_requests/1>`_ and `!2 <https://git.ziirish.me/ziirish/burp-ui/merge_requests/2>`_)
|
||||
- API refactoring
|
||||
- Security fixes
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ CONTRIBUTING
|
|||
============
|
||||
|
||||
Please refer to the contributing
|
||||
`page <https://burp-ui.readthedocs.org/en/latest/contributing.html>`_ available
|
||||
`page <https://burp-ui.readthedocs.io/en/latest/contributing.html>`_ available
|
||||
in the documentation.
|
||||
|
|
|
|||
10
README.rst
10
README.rst
|
|
@ -58,14 +58,14 @@ Documentation
|
|||
=============
|
||||
|
||||
The documentation is hosted on `readthedocs <https://readthedocs.org>`_ at the
|
||||
following address: `burp-ui.readthedocs.org
|
||||
<https://burp-ui.readthedocs.org/en/latest/>`_
|
||||
following address: `burp-ui.readthedocs.io
|
||||
<https://burp-ui.readthedocs.io/en/latest/>`_
|
||||
|
||||
|
||||
FAQ
|
||||
===
|
||||
|
||||
A `FAQ <https://burp-ui.readthedocs.org/en/latest/faq.html>`_ is available with
|
||||
A `FAQ <https://burp-ui.readthedocs.io/en/latest/faq.html>`_ is available with
|
||||
the documentation.
|
||||
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ Community
|
|||
=========
|
||||
|
||||
Please refer to the `Contributing
|
||||
<https://burp-ui.readthedocs.org/en/latest/contributing.html>`_ page.
|
||||
<https://burp-ui.readthedocs.io/en/latest/contributing.html>`_ page.
|
||||
|
||||
|
||||
Notes
|
||||
|
|
@ -83,7 +83,7 @@ Feel free to report any issues on my `gitlab
|
|||
<https://git.ziirish.me/ziirish/burp-ui/issues>`_.
|
||||
I have closed the *github tracker* to have a unique tracker system.
|
||||
Also please, read the `Contributing
|
||||
<https://burp-ui.readthedocs.org/en/latest/contributing.html>`_
|
||||
<https://burp-ui.readthedocs.io/en/latest/contributing.html>`_
|
||||
page before reporting any issue to make sure we have all the informations to
|
||||
help you.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ __title__ = 'burp-ui'
|
|||
__author__ = 'Benjamin SANS (Ziirish)'
|
||||
__author_email__ = 'hi+burpui@ziirish.me'
|
||||
__url__ = 'https://git.ziirish.me/ziirish/burp-ui'
|
||||
__doc__ = 'https://burp-ui.readthedocs.org/en/latest/'
|
||||
__doc__ = 'https://burp-ui.readthedocs.io/en/latest/'
|
||||
__description__ = ('Burp-UI is a web-ui for burp backup written in python with '
|
||||
'Flask and jQuery/Bootstrap')
|
||||
__license__ = 'BSD 3-clause'
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ Ask questions in the `discussion forum <https://burpui.ziirish.me/>`__. Do not
|
|||
use the issue tracker for this purpose.
|
||||
|
||||
``Burp-UI`` has extensive online documentation please read the `doc
|
||||
<https://burp-ui.readthedocs.org/en/latest/>`__.
|
||||
<https://burp-ui.readthedocs.io/en/latest/>`__.
|
||||
|
||||
|
||||
Troubleshooting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue