From cf1b584eff8bc6947c7579f6d98698f494332160 Mon Sep 17 00:00:00 2001 From: ziirish Date: Tue, 17 May 2016 11:23:12 +0200 Subject: [PATCH] tweaks for release --- CHANGELOG.rst | 2 +- CONTRIBUTING.rst | 2 +- README.rst | 12 ++++++------ burpui/__init__.py | 2 +- docs/contributing.rst | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f5f1111..83071515 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,7 +18,7 @@ Changelog - Fix: issue `#117 `_ - Fix: issue `#123 `_ - Doc -- `Full changelog `__ +- `Full changelog `__ 0.1.3 (02/20/2016) ------------------ diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 35b9f256..e8df1735 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 87c25336..6b574d6e 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ Badges :target: https://git.ziirish.me/ci/projects/1?ref=master :alt: Build Status -.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=latest - :target: https://readthedocs.org/projects/burp-ui/?badge=latest +.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=stable + :target: https://readthedocs.org/projects/burp-ui/?badge=stable :alt: Documentation Status Introduction @@ -59,13 +59,13 @@ Documentation The documentation is hosted on `readthedocs `_ at the 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 45d5e887..7f840713 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.io/en/latest/' +__doc__ = 'https://burp-ui.readthedocs.io/en/stable/' __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 d834330e..d0fc41b3 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