Skip to content

Commit ca1f172

Browse files
intgrauvipy
authored andcommitted
Convert insecure links to use HTTPS
1 parent c569d31 commit ca1f172

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://editorconfig.org
1+
# https://editorconfig.org/
22

33
root = true
44

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the new BSD license). The license is an OSI approved Open Source
88
license and is GPL-compatible(1).
99

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

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

4848
Footnotes
4949
=========

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
66

77
:Version: 2.5.0
8-
:Web: http://django-celery-results.readthedocs.io/
9-
:Download: http://pypi.python.org/pypi/django-celery-results
10-
:Source: http://github.com/celery/django-celery-results
8+
:Web: https://django-celery-results.readthedocs.io/
9+
:Download: https://pypi.python.org/pypi/django-celery-results
10+
:Source: https://github.com/celery/django-celery-results
1111
:Keywords: django, celery, database, results
1212

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

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

3131
.. _installation:
3232

@@ -46,7 +46,7 @@ Downloading and installing from source
4646
--------------------------------------
4747

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

5151
You can install it by doing the following,::
5252

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

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

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

112112
.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-results.svg
113113
:alt: Support Python implementations.
114-
:target: http://pypi.python.org/pypi/django-celery-results/
115-
114+
:target: https://pypi.python.org/pypi/django-celery-results/
115+
116116
django-celery-results for enterprise
117117
------------------------------------
118118

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUILDDIR = _build
99

1010
# User-friendly check for sphinx-build
1111
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
12-
$(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/)
12+
$(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/)
1313
endif
1414

1515
# Internal variables.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project='django_celery_results',
88
# version_dev='2.0',
99
# version_stable='1.4',
10-
canonical_url='http://django-celery-results.readthedocs.io',
10+
canonical_url='https://django-celery-results.readthedocs.io',
1111
webdomain='',
1212
github_project='celery/django-celery-results',
1313
copyright='2009-2022',

docs/copyright.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Copyright |copy| 2016, Ask Solem
1212
All rights reserved. This material may be copied or distributed only
1313
subject to the terms and conditions set forth in the `Creative Commons
1414
Attribution-ShareAlike 4.0 International
15-
<http://creativecommons.org/licenses/by-sa/4.0/legalcode>`_ license.
15+
<https://creativecommons.org/licenses/by-sa/4.0/legalcode>`_ license.
1616

1717
You may share and adapt the material, even for commercial purposes, but
1818
you must give the original author credit.
@@ -25,4 +25,4 @@ a license compatible to this one.
2525
While the django-celery-results *documentation* is offered under the
2626
Creative Commons *Attribution-ShareAlike 4.0 International* license
2727
the django-celery-results *software* is offered under the
28-
`BSD License (3 Clause) <http://www.opensource.org/licenses/BSD-3-Clause>`_
28+
`BSD License (3 Clause) <https://opensource.org/license/bsd-3-clause/>`_

docs/includes/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Downloading and installing from source
1616
--------------------------------------
1717

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

2121
You can install it by doing the following,::
2222

docs/includes/introduction.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:Version: 2.5.0
2-
:Web: http://django-celery-results.readthedocs.io/
3-
:Download: http://pypi.python.org/pypi/django-celery-results
4-
:Source: http://github.com/celery/django-celery-results
2+
:Web: https://django-celery-results.readthedocs.io/
3+
:Download: https://pypi.python.org/pypi/django-celery-results
4+
:Source: https://github.com/celery/django-celery-results
55
:Keywords: django, celery, database, results
66

77
About

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if errorlevel 9009 (
6666
echo.may add the Sphinx directory to PATH.
6767
echo.
6868
echo.If you don't have Sphinx installed, grab it from
69-
echo.http://sphinx-doc.org/
69+
echo.https://www.sphinx-doc.org/
7070
exit /b 1
7171
)
7272

docs/templates/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

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

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

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

0 commit comments

Comments
 (0)