diff --git a/README.markdown b/README.markdown index 76b20b5..daf2bea 100644 --- a/README.markdown +++ b/README.markdown @@ -9,4 +9,4 @@ Features: - Templatetags - Exporting Comments as WXR -The documentation is available at [http://django-disqus.readthedocs.org/](http://django-disqus.readthedocs.org/). +The documentation is available at [https://django-disqus.readthedocs.io/](https://django-disqus.readthedocs.io/). diff --git a/setup.py b/setup.py index d1a0b3a..6157625 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ description='Export comments and integrate DISQUS into your Django website', author='Arthur Koziel', author_email='arthur@arthurkoziel.com', - url='http://django-disqus.readthedocs.org', + url='https://django-disqus.readthedocs.io', license='New BSD License', classifiers=[ 'Framework :: Django',