diff --git a/README.rst b/README.rst index b02e0f82..fabddb27 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,8 @@ Further Reading `Airship`_. -.. |Doc Status| image:: https://readthedocs.org/projects/airship-pegleg/badge/?version=latest - :target: http://airship-pegleg.readthedocs.io/ +.. |Doc Status| image:: https://readthedocs.io/projects/airship-pegleg/badge/?version=latest + :target: https://airship-pegleg.readthedocs.io/ .. _Deckhand: https://airship-deckhand.readthedocs.io .. _Airship: https://www.airshipit.org .. _Read the Docs: https://airship-pegleg.readthedocs.io diff --git a/doc/source/cli.rst b/doc/source/cli.rst index e50e59e8..0b8d8516 100644 --- a/doc/source/cli.rst +++ b/doc/source/cli.rst @@ -41,7 +41,7 @@ Environment Variables $IMAGE = Location of pegleg docker image. - Example: $IMAGE=quay.io/attcomdev/pegleg:latest + Example: $IMAGE=quay.io/airshipit/pegleg:latest Usage ===== diff --git a/doc/source/developer-overview.rst b/doc/source/developer-overview.rst index 2f85c80b..1961fc2b 100644 --- a/doc/source/developer-overview.rst +++ b/doc/source/developer-overview.rst @@ -97,8 +97,8 @@ Pegleg comes equipped with a number of `tox`_ targets for running unit tests, as well as `pep8`_ and `Bandit`_ checks. .. _Airship: https://airshipit.readthedocs.io -.. _Deckhand: https://airship-deckhand.readthedocs.io/en/latest/ -.. _Airship coding conventions: http://airshipit.readthedocs.io/en/latest/conventions.html -.. _tox: https://tox.readthedocs.io/en/latest/ +.. _Deckhand: https://airship-deckhand.readthedocs.io/ +.. _Airship coding conventions: https://airshipit.readthedocs.io/en/latest/conventions.html +.. _tox: https://tox.readthedocs.io/ .. _pep8: https://www.python.org/dev/peps/pep-0008/ .. _Bandit: https://github.com/PyCQA/bandit diff --git a/setup.py b/setup.py index 551be083..5406475b 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,12 @@ setup( name='pegleg', python_requires='>=3.5.0', version='0.1.0', + description=('Pegleg is a document aggregator that provides early ' + 'linting and validations via Deckhand, a document ' + 'management micro-service within Airship.'), + url='https://github.com/openstack/airship-pegleg', + author='The Airship Authors', + license='Apache 2.0', packages=find_packages(), entry_points={ 'console_scripts': [