From 72e3992188ff4d11de1a253f871ef4ab15f83bdd Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Wed, 11 May 2016 22:59:03 +0530 Subject: [PATCH] Fix minor typo in documentation --- docs/user-guide/deploying-your-docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/deploying-your-docs.md b/docs/user-guide/deploying-your-docs.md index 429dbf4d..f3fdf921 100644 --- a/docs/user-guide/deploying-your-docs.md +++ b/docs/user-guide/deploying-your-docs.md @@ -70,7 +70,7 @@ mkdocs build --clean python setup.py upload_docs --upload-dir=site ``` -You documentation will be hosted at `http://pythonhosted.org//` +Your documentation will be hosted at `https://pythonhosted.org//` where `` is the name you used to register your project with PyPI. There are a few prerequisites for the above to work: @@ -88,8 +88,8 @@ There are a few prerequisites for the above to work: [Python]: http://www.python.org/ [PyPI]: https://pypi.python.org/pypi -[pythonhosted.org]: http://pythonhosted.org/ -[Setuptools]: http://pythonhosted.org/setuptools/ +[pythonhosted.org]: https://pythonhosted.org/ +[Setuptools]: https://pythonhosted.org/setuptools/ [Distutils]: https://docs.python.org/2/distutils/ [docs_dir]: configuration.md#docs_dir [site_dir]: configuration.md#site_dir