diff --git a/README.rst b/README.rst index b9d433c..027fba0 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ Tutor 🎓 Open edX 1-click install for everyone :alt: Build status :target: https://travis-ci.org/regisb/tutor -.. image:: https://readthedocs.org/projects/tutor/badge/?version=latest - :alt: Documentation Status - :target: http://docs.tutor.overhang.io/en/latest/?badge=latest +.. image:: https://img.shields.io/badge/docs-current-brightgreen.svg + :alt: Documentation + :target: https://docs.tutor.overhang.io .. image:: https://img.shields.io/github/issues/regisb/tutor.svg :alt: GitHub issues @@ -41,7 +41,7 @@ Quickstart Documentation ------------- -Extensive documentation is available online: http://docs.tutor.overhang.io/ +Extensive documentation is available online: https://docs.tutor.overhang.io/ Support ------- diff --git a/docs/index.rst b/docs/index.rst index d803ecf..a601c93 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,9 +10,9 @@ Tutor 🎓 Open edX 1-click install for everyone :alt: Build status :target: https://travis-ci.org/regisb/tutor -.. image:: https://readthedocs.org/projects/tutor/badge/?version=latest - :alt: Documentation Status - :target: http://docs.tutor.overhang.io/en/latest/?badge=latest +.. image:: https://img.shields.io/badge/docs-current-brightgreen.svg + :alt: Documentation + :target: https://docs.tutor.overhang.io .. image:: https://img.shields.io/github/stars/regisb/tutor.svg?style=social :alt: Github stars diff --git a/setup.py b/setup.py index c06655c..aba8523 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,12 @@ with io.open(os.path.join(here, "tutor", "__about__.py"), "rt", encoding="utf-8" setup( name="tutor-openedx", version=about["__version__"], - url="http://docs.tutor.overhang.io/", + url="https://docs.tutor.overhang.io/", project_urls={ - "Documentation": "http://docs.tutor.overhang.io/", + "Documentation": "https://docs.tutor.overhang.io/", "Code": "https://github.com/regisb/tutor", "Issue tracker": "https://github.com/regisb/tutor/issues", + "Community": "https://discuss.overhang.io", }, license="AGPLv3", author="Régis Behmo",