Skip to content

Commit d90caee

Browse files
jdufresneOmer Katz
authored andcommitted
Prefer https over http when available (celery#3966)
1 parent c81ab5d commit d90caee

27 files changed

+101
-101
lines changed

CONTRIBUTING.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ meeting or private correspondence.
3939
The Code of Conduct is heavily based on the `Ubuntu Code of Conduct`_, and
4040
the `Pylons Code of Conduct`_.
4141

42-
.. _`Ubuntu Code of Conduct`: http://www.ubuntu.com/community/conduct
42+
.. _`Ubuntu Code of Conduct`: https://www.ubuntu.com/community/conduct
4343
.. _`Pylons Code of Conduct`: http://docs.pylonshq.com/community/conduct.html
4444

4545
Be considerate
@@ -443,10 +443,10 @@ fetch and checkout a remote branch like this::
443443

444444
git checkout --track -b 3.0-devel origin/3.0-devel
445445

446-
.. _`Fork a Repo`: http://help.github.com/fork-a-repo/
446+
.. _`Fork a Repo`: https://help.github.com/fork-a-repo/
447447
.. _`Rebasing merge commits in git`:
448-
http://notes.envato.com/developers/rebasing-merge-commits-in-git/
449-
.. _`Rebase`: http://help.github.com/rebase/
448+
https://notes.envato.com/developers/rebasing-merge-commits-in-git/
449+
.. _`Rebase`: https://help.github.com/rebase/
450450

451451
.. _contributing-testing:
452452

@@ -515,7 +515,7 @@ of your contribution. Read the `Pull Requests`_ section in the GitHub
515515
Guide to learn how this is done.
516516

517517
You can also attach pull requests to existing issues by following
518-
the steps outlined here: http://bit.ly/koJoso
518+
the steps outlined here: https://bit.ly/koJoso
519519

520520
.. _`Pull Requests`: http://help.github.com/send-pull-requests/
521521

@@ -898,7 +898,7 @@ Ask Solem
898898
~~~~~~~~~
899899

900900
:github: https://github.com/ask
901-
:twitter: http://twitter.com/#!/asksol
901+
:twitter: https://twitter.com/#!/asksol
902902

903903
Asif Saif Uddin
904904
~~~~~~~~~~~~~~~
@@ -922,7 +922,7 @@ Mher Movsisyan
922922
~~~~~~~~~~~~~~
923923

924924
:github: https://github.com/mher
925-
:twitter: http://twitter.com/#!/movsm
925+
:twitter: https://twitter.com/#!/movsm
926926

927927
Omer Katz
928928
~~~~~~~~~
@@ -933,7 +933,7 @@ Steeve Morin
933933
~~~~~~~~~~~~
934934

935935
:github: https://github.com/steeve
936-
:twitter: http://twitter.com/#!/steeve
936+
:twitter: https://twitter.com/#!/steeve
937937

938938
Website
939939
-------
@@ -952,7 +952,7 @@ Jan Henrik Helmers
952952
~~~~~~~~~~~~~~~~~~
953953

954954
:web: http://www.helmersworks.com
955-
:twitter: http://twitter.com/#!/helmers
955+
:twitter: https://twitter.com/#!/helmers
956956

957957

958958
.. _packages:
@@ -964,7 +964,7 @@ Packages
964964
----------
965965

966966
:git: https://github.com/celery/celery
967-
:CI: http://travis-ci.org/#!/celery/celery
967+
:CI: https://travis-ci.org/#!/celery/celery
968968
:Windows-CI: https://ci.appveyor.com/project/ask/celery
969969
:PyPI: ``celery``
970970
:docs: http://docs.celeryproject.org
@@ -975,7 +975,7 @@ Packages
975975
Messaging library.
976976

977977
:git: https://github.com/celery/kombu
978-
:CI: http://travis-ci.org/#!/celery/kombu
978+
:CI: https://travis-ci.org/#!/celery/kombu
979979
:Windows-CI: https://ci.appveyor.com/project/ask/kombu
980980
:PyPI: ``kombu``
981981
:docs: https://kombu.readthedocs.io
@@ -986,7 +986,7 @@ Messaging library.
986986
Python AMQP 0.9.1 client.
987987

988988
:git: https://github.com/celery/py-amqp
989-
:CI: http://travis-ci.org/#!/celery/py-amqp
989+
:CI: https://travis-ci.org/#!/celery/py-amqp
990990
:Windows-CI: https://ci.appveyor.com/project/ask/py-amqp
991991
:PyPI: ``amqp``
992992
:docs: https://amqp.readthedocs.io
@@ -997,7 +997,7 @@ Python AMQP 0.9.1 client.
997997
Promise/deferred implementation.
998998

999999
:git: https://github.com/celery/vine/
1000-
:CI: http://travis-ci.org/#!/celery/vine/
1000+
:CI: https://travis-ci.org/#!/celery/vine/
10011001
:Windows-CI: https://ci.appveyor.com/project/ask/vine
10021002
:PyPI: ``vine``
10031003
:docs: https://vine.readthedocs.io
@@ -1009,7 +1009,7 @@ Fork of multiprocessing containing improvements
10091009
that'll eventually be merged into the Python stdlib.
10101010

10111011
:git: https://github.com/celery/billiard
1012-
:CI: http://travis-ci.org/#!/celery/billiard/
1012+
:CI: https://travis-ci.org/#!/celery/billiard/
10131013
:Windows-CI: https://ci.appveyor.com/project/ask/billiard
10141014
:PyPI: ``billiard``
10151015

@@ -1019,7 +1019,7 @@ that'll eventually be merged into the Python stdlib.
10191019
Database-backed Periodic Tasks with admin interface using the Django ORM.
10201020

10211021
:git: https://github.com/celery/django-celery-beat
1022-
:CI: http://travis-ci.org/#!/celery/django-celery-beat
1022+
:CI: https://travis-ci.org/#!/celery/django-celery-beat
10231023
:Windows-CI: https://ci.appveyor.com/project/ask/django-celery-beat
10241024
:PyPI: ``django-celery-beat``
10251025

@@ -1029,7 +1029,7 @@ Database-backed Periodic Tasks with admin interface using the Django ORM.
10291029
Store task results in the Django ORM, or using the Django Cache Framework.
10301030

10311031
:git: https://github.com/celery/django-celery-results
1032-
:CI: http://travis-ci.org/#!/celery/django-celery-results
1032+
:CI: https://travis-ci.org/#!/celery/django-celery-results
10331033
:Windows-CI: https://ci.appveyor.com/project/ask/django-celery-results
10341034
:PyPI: ``django-celery-results``
10351035

@@ -1157,7 +1157,7 @@ If this is a new release series then you also need to do the
11571157
following:
11581158

11591159
* Go to the Read The Docs management interface at:
1160-
http://readthedocs.org/projects/celery/?fromdocs=celery
1160+
https://readthedocs.org/projects/celery/?fromdocs=celery
11611161

11621162
* Enter "Edit project"
11631163

@@ -1166,7 +1166,7 @@ following:
11661166

11671167
* Also add the previous version under the "versions" tab.
11681168

1169-
.. _`mailing-list`: http://groups.google.com/group/celery-users
1169+
.. _`mailing-list`: https://groups.google.com/group/celery-users
11701170

11711171
.. _`irc-channel`: http://docs.celeryproject.org/en/latest/getting-started/resources.html#irc
11721172

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The documentation portion of Celery (the rendered contents of the
4242
"docs" directory of a software distribution or checkout) is supplied
4343
under the "Creative Commons Attribution-ShareAlike 4.0
4444
International" (CC BY-SA 4.0) License as described by
45-
http://creativecommons.org/licenses/by-sa/4.0/
45+
https://creativecommons.org/licenses/by-sa/4.0/
4646

4747
Footnotes
4848
=========

README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:Version: 4.0.2 (latentcall)
66
:Web: http://celeryproject.org/
7-
:Download: http://pypi.python.org/pypi/celery/
7+
:Download: https://pypi.python.org/pypi/celery/
88
:Source: https://github.com/celery/celery/
99
:Keywords: task, queue, job, async, rabbitmq, amqp, redis,
1010
python, distributed, actors
@@ -154,8 +154,8 @@ It supports...
154154
.. _`Eventlet`: http://eventlet.net/
155155
.. _`gevent`: http://gevent.org/
156156

157-
.. _RabbitMQ: http://rabbitmq.com
158-
.. _Redis: http://redis.io
157+
.. _RabbitMQ: https://rabbitmq.com
158+
.. _Redis: https://redis.io
159159
.. _SQLAlchemy: http://sqlalchemy.org
160160

161161
Framework Integration
@@ -182,15 +182,15 @@ The integration packages aren't strictly necessary, but they can make
182182
development easier, and sometimes they add important hooks like closing
183183
database connections at ``fork``.
184184

185-
.. _`Django`: http://djangoproject.com/
185+
.. _`Django`: https://djangoproject.com/
186186
.. _`Pylons`: http://pylonsproject.org/
187187
.. _`Flask`: http://flask.pocoo.org/
188188
.. _`web2py`: http://web2py.com/
189-
.. _`Bottle`: http://bottlepy.org/
189+
.. _`Bottle`: https://bottlepy.org/
190190
.. _`Pyramid`: http://docs.pylonsproject.org/en/latest/docs/pyramid.html
191-
.. _`pyramid_celery`: http://pypi.python.org/pypi/pyramid_celery/
192-
.. _`celery-pylons`: http://pypi.python.org/pypi/celery-pylons
193-
.. _`web2py-celery`: http://code.google.com/p/web2py-celery/
191+
.. _`pyramid_celery`: https://pypi.python.org/pypi/pyramid_celery/
192+
.. _`celery-pylons`: https://pypi.python.org/pypi/celery-pylons
193+
.. _`web2py-celery`: https://code.google.com/p/web2py-celery/
194194
.. _`Tornado`: http://www.tornadoweb.org/
195195
.. _`tornado-celery`: https://github.com/mher/tornado-celery/
196196

@@ -323,7 +323,7 @@ Downloading and installing from source
323323

324324
Download the latest version of Celery from PyPI:
325325

326-
http://pypi.python.org/pypi/celery/
326+
https://pypi.python.org/pypi/celery/
327327

328328
You can install it by doing the following,:
329329

@@ -379,7 +379,7 @@ Mailing list
379379
For discussions about the usage, development, and future of Celery,
380380
please join the `celery-users`_ mailing list.
381381

382-
.. _`celery-users`: http://groups.google.com/group/celery-users/
382+
.. _`celery-users`: https://groups.google.com/group/celery-users/
383383

384384
.. _irc-channel:
385385

@@ -389,7 +389,7 @@ IRC
389389
Come chat with us on IRC. The **#celery** channel is located at the `Freenode`_
390390
network.
391391

392-
.. _`Freenode`: http://freenode.net
392+
.. _`Freenode`: https://freenode.net
393393

394394
.. _bug-tracker:
395395

@@ -404,7 +404,7 @@ to our issue tracker at https://github.com/celery/celery/issues/
404404
Wiki
405405
====
406406

407-
http://wiki.github.com/celery/celery/
407+
https://wiki.github.com/celery/celery/
408408

409409
.. _contributing-short:
410410

@@ -446,13 +446,13 @@ file in the top distribution directory for the full license text.
446446

447447
.. |wheel| image:: https://img.shields.io/pypi/wheel/celery.svg
448448
:alt: Celery can be installed via wheel
449-
:target: http://pypi.python.org/pypi/celery/
449+
:target: https://pypi.python.org/pypi/celery/
450450

451451
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/celery.svg
452452
:alt: Supported Python versions.
453-
:target: http://pypi.python.org/pypi/celery/
453+
:target: https://pypi.python.org/pypi/celery/
454454

455455
.. |pyimp| image:: https://img.shields.io/pypi/implementation/celery.svg
456456
:alt: Support Python implementations.
457-
:target: http://pypi.python.org/pypi/celery/
457+
:target: https://pypi.python.org/pypi/celery/
458458

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ environment:
33
global:
44
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
55
# /E:ON and /V:ON options are not enabled in the batch script intepreter
6-
# See: http://stackoverflow.com/a/13751649/163740
6+
# See: https://stackoverflow.com/a/13751649/163740
77
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\extra\\appveyor\\run_with_compiler.cmd"
88

99
matrix:
1010

1111
# Pre-installed Python versions, which Appveyor may upgrade to
1212
# a later point release.
13-
# See: http://www.appveyor.com/docs/installed-software#python
13+
# See: https://www.appveyor.com/docs/installed-software#python
1414

1515
- PYTHON: "C:\\Python27"
1616
PYTHON_VERSION: "2.7.x"

celery/backends/database/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError: # pragma: no cover
2525
raise ImproperlyConfigured(
2626
'The database result backend requires SQLAlchemy to be installed.'
27-
'See http://pypi.python.org/pypi/SQLAlchemy')
27+
'See https://pypi.python.org/pypi/SQLAlchemy')
2828

2929
logger = logging.getLogger(__name__)
3030

celery/fixups/django.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def on_task_prerun(self, sender, **kwargs):
166166
self.close_database()
167167

168168
def on_task_postrun(self, sender, **kwargs):
169-
# See http://groups.google.com/group/django-users/
169+
# See https://groups.google.com/group/django-users/
170170
# browse_thread/thread/78200863d0c07c6d/
171171
if not getattr(sender.request, 'is_eager', False):
172172
self.close_database()

celery/utils/iso8601.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Parse ISO8601 dates.
22
33
Originally taken from :pypi:`pyiso8601`
4-
(http://code.google.com/p/pyiso8601/)
4+
(https://bitbucket.org/micktwomey/pyiso8601)
55
66
Modified to match the behavior of ``dateutil.parser``:
77

docs/community.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Resources
2121
Who's using Celery
2222
------------------
2323

24-
http://wiki.github.com/celery/celery/using
24+
https://wiki.github.com/celery/celery/using
2525

2626
.. _res-wiki:
2727

2828
Wiki
2929
----
3030

31-
http://wiki.github.com/celery/celery/
31+
https://wiki.github.com/celery/celery/
3232

3333
.. _res-stackoverflow:
3434

3535
Celery questions on Stack Overflow
3636
----------------------------------
3737

38-
http://stackoverflow.com/search?q=celery&tab=newest
38+
https://stackoverflow.com/search?q=celery&tab=newest
3939

4040
.. _res-mailing-list-archive:
4141

0 commit comments

Comments
 (0)