mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Docs are now hosted with https
This commit is contained in:
parent
786778e5fb
commit
6a5527458f
@ -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
|
||||
-------
|
||||
|
@ -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
|
||||
|
5
setup.py
5
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",
|
||||
|
Loading…
Reference in New Issue
Block a user