From aa583b4f5867894a8f1a9358c1d8043e289f14d0 Mon Sep 17 00:00:00 2001 From: ziirish Date: Thu, 28 Apr 2016 10:49:34 +0200 Subject: [PATCH] readthedocs changed their domain --- CHANGELOG.rst | 2 +- CONTRIBUTING.rst | 2 +- README.rst | 10 +++++----- burpui/__init__.py | 2 +- docs/contributing.rst | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba013ba8..a6519315 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -101,7 +101,7 @@ Current - Fix issue `#70 `_ - Fix issue `#71 `_ - Fix issue `#72 `_ -- doc on `readthedocs `_ +- doc on `readthedocs `_ - Two merge requests from Wade Fitzpatrick (`!1 `_ and `!2 `_) - API refactoring - Security fixes diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c045f711..35b9f256 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,5 +2,5 @@ CONTRIBUTING ============ Please refer to the contributing -`page `_ available +`page `_ available in the documentation. diff --git a/README.rst b/README.rst index 8a268b91..7e7afd64 100644 --- a/README.rst +++ b/README.rst @@ -58,14 +58,14 @@ Documentation ============= The documentation is hosted on `readthedocs `_ at the -following address: `burp-ui.readthedocs.org -`_ +following address: `burp-ui.readthedocs.io +`_ FAQ === -A `FAQ `_ is available with +A `FAQ `_ is available with the documentation. @@ -73,7 +73,7 @@ Community ========= Please refer to the `Contributing -`_ page. +`_ page. Notes @@ -83,7 +83,7 @@ Feel free to report any issues on my `gitlab `_. I have closed the *github tracker* to have a unique tracker system. Also please, read the `Contributing -`_ +`_ page before reporting any issue to make sure we have all the informations to help you. diff --git a/burpui/__init__.py b/burpui/__init__.py index 988de396..1fabff6b 100644 --- a/burpui/__init__.py +++ b/burpui/__init__.py @@ -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' diff --git a/docs/contributing.rst b/docs/contributing.rst index b5c5a4be..d834330e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -48,7 +48,7 @@ Ask questions in the `discussion forum `__. Do not use the issue tracker for this purpose. ``Burp-UI`` has extensive online documentation please read the `doc -`__. +`__. Troubleshooting