From 675315b33c6834319518d77d04df48d34318a94e Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Mon, 6 Feb 2023 00:18:44 +0200 Subject: [PATCH] update links (#224) --- docs/Makefile | 2 +- docs/index.txt | 4 ++-- docs/make.bat | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 83c48ff..1794bf9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) +$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://sphinx-doc.org/) endif # Internal variables. diff --git a/docs/index.txt b/docs/index.txt index dfa70af..922056c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -7,7 +7,7 @@ or Facebook) if no avatar is found for a certain user. Django-avatar automatically generates thumbnails and stores them to your default file storage backend for retrieval later. -.. _Gravatar: http://gravatar.com +.. _Gravatar: https://gravatar.com Installation ------------ @@ -272,4 +272,4 @@ the avatars for the pixel sizes specified in the :py:data:`AVATAR_AUTO_GENERATE_SIZES` setting. -.. _pip: http://www.pip-installer.org/ +.. _pip: https://www.pip-installer.org/ diff --git a/docs/make.bat b/docs/make.bat index cc342a3..35827d6 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -56,7 +56,7 @@ if errorlevel 9009 ( echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ + echo.https://sphinx-doc.org/ exit /b 1 ) diff --git a/setup.py b/setup.py index 4cbc34d..f58440b 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( author_email="floguy@gmail.com", maintainer="Johannes Wilm", maintainer_email="johannes@fiduswriter.org", - url="http://github.com/jazzband/django-avatar/", + url="https://github.com/jazzband/django-avatar/", license="BSD", packages=find_packages(exclude=["tests"]), package_data={