@@ -39,7 +39,7 @@ meeting or private correspondence.
3939The Code of Conduct is heavily based on the `Ubuntu Code of Conduct `_, and
4040the `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
4545Be 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
515515Guide to learn how this is done.
516516
517517You 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
903903Asif 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
927927Omer 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
938938Website
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
975975Messaging 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.
986986Python 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.
997997Promise/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
10091009that'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.
10191019Database-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.
10291029Store 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
11571157following:
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
0 commit comments