Skip to content

Commit

Permalink
Convert insecure links to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored and auvipy committed Mar 29, 2023
1 parent c569d31 commit ca1f172
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org/

root = true

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the new BSD license). The license is an OSI approved Open Source
license and is GPL-compatible(1).

The license text can also be found here:
http://www.opensource.org/licenses/BSD-3-Clause
https://opensource.org/license/bsd-3-clause/

License
=======
Expand Down Expand Up @@ -43,7 +43,7 @@ The documentation portion of django-celery-results (the rendered contents of the
"docs" directory of a software distribution or checkout) is supplied
under the "Creative Commons Attribution-ShareAlike 4.0
International" (CC BY-SA 4.0) License as described by
http://creativecommons.org/licenses/by-sa/4.0/
https://creativecommons.org/licenses/by-sa/4.0/

Footnotes
=========
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|

:Version: 2.5.0
:Web: http://django-celery-results.readthedocs.io/
:Download: http://pypi.python.org/pypi/django-celery-results
:Source: http://github.com/celery/django-celery-results
:Web: https://django-celery-results.readthedocs.io/
:Download: https://pypi.python.org/pypi/django-celery-results
:Source: https://github.com/celery/django-celery-results
:Keywords: django, celery, database, results

About
Expand All @@ -26,7 +26,7 @@ The installation instructions for this extension is available
from the `Celery documentation`_

.. _`Celery documentation`:
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend
https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend

.. _installation:

Expand All @@ -46,7 +46,7 @@ Downloading and installing from source
--------------------------------------

Download the latest version of django-celery-results from
http://pypi.python.org/pypi/django-celery-results
https://pypi.python.org/pypi/django-celery-results

You can install it by doing the following,::

Expand Down Expand Up @@ -103,16 +103,16 @@ max_length of **191** seems to work for MySQL.

.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-results.svg
:alt: django-celery-results can be installed via wheel
:target: http://pypi.python.org/pypi/django-celery-results/
:target: https://pypi.python.org/pypi/django-celery-results/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-results.svg
:alt: Supported Python versions.
:target: http://pypi.python.org/pypi/django-celery-results/
:target: https://pypi.python.org/pypi/django-celery-results/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-results.svg
:alt: Support Python implementations.
:target: http://pypi.python.org/pypi/django-celery-results/
:target: https://pypi.python.org/pypi/django-celery-results/

django-celery-results for enterprise
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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://www.sphinx-doc.org/)
endif

# Internal variables.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project='django_celery_results',
# version_dev='2.0',
# version_stable='1.4',
canonical_url='http://django-celery-results.readthedocs.io',
canonical_url='https://django-celery-results.readthedocs.io',
webdomain='',
github_project='celery/django-celery-results',
copyright='2009-2022',
Expand Down
4 changes: 2 additions & 2 deletions docs/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Copyright |copy| 2016, Ask Solem
All rights reserved. This material may be copied or distributed only
subject to the terms and conditions set forth in the `Creative Commons
Attribution-ShareAlike 4.0 International
<http://creativecommons.org/licenses/by-sa/4.0/legalcode>`_ license.
<https://creativecommons.org/licenses/by-sa/4.0/legalcode>`_ license.

You may share and adapt the material, even for commercial purposes, but
you must give the original author credit.
Expand All @@ -25,4 +25,4 @@ a license compatible to this one.
While the django-celery-results *documentation* is offered under the
Creative Commons *Attribution-ShareAlike 4.0 International* license
the django-celery-results *software* is offered under the
`BSD License (3 Clause) <http://www.opensource.org/licenses/BSD-3-Clause>`_
`BSD License (3 Clause) <https://opensource.org/license/bsd-3-clause/>`_
2 changes: 1 addition & 1 deletion docs/includes/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Downloading and installing from source
--------------------------------------

Download the latest version of django-celery-results from
http://pypi.python.org/pypi/django-celery-results
https://pypi.python.org/pypi/django-celery-results

You can install it by doing the following,::

Expand Down
6 changes: 3 additions & 3 deletions docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:Version: 2.5.0
:Web: http://django-celery-results.readthedocs.io/
:Download: http://pypi.python.org/pypi/django-celery-results
:Source: http://github.com/celery/django-celery-results
:Web: https://django-celery-results.readthedocs.io/
:Download: https://pypi.python.org/pypi/django-celery-results
:Source: https://github.com/celery/django-celery-results
:Keywords: django, celery, database, results

About
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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://www.sphinx-doc.org/
exit /b 1
)

Expand Down
6 changes: 3 additions & 3 deletions docs/templates/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-results.svg
:alt: django-celery-results can be installed via wheel
:target: http://pypi.python.org/pypi/django-celery-results/
:target: https://pypi.python.org/pypi/django-celery-results/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-results.svg
:alt: Supported Python versions.
:target: http://pypi.python.org/pypi/django-celery-results/
:target: https://pypi.python.org/pypi/django-celery-results/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-results.svg
:alt: Support Python implementations.
:target: http://pypi.python.org/pypi/django-celery-results/
:target: https://pypi.python.org/pypi/django-celery-results/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def reqs(*f):
if os.path.exists('README.rst'):
long_description = codecs.open('README.rst', 'r', 'utf-8').read()
else:
long_description = f'See http://pypi.python.org/pypi/{NAME}'
long_description = f'See https://pypi.python.org/pypi/{NAME}'

# -*- %%% -*-

Expand Down

0 comments on commit ca1f172

Please sign in to comment.