diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e8df1735..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 6b574d6e..87c25336 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=stable - :target: https://readthedocs.org/projects/burp-ui/?badge=stable +.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=latest + :target: https://readthedocs.org/projects/burp-ui/?badge=latest :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/VERSION b/burpui/VERSION index 0c62199f..4ebc8199 100644 --- a/burpui/VERSION +++ b/burpui/VERSION @@ -1 +1 @@ -0.2.1 +0.3.0.dev diff --git a/burpui/__init__.py b/burpui/__init__.py index 6d4e8218..ccd0dea1 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/stable/' +__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 d0fc41b3..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