Skip to content

Commit 42b10fd

Browse files
committed
Use https for the badges.
1 parent 3e23954 commit 42b10fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

{{cookiecutter.repo_name}}/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
:target: https://readthedocs.org/projects/{{ cookiecutter.repo_name }}
2424
:alt: Documentation Status
2525

26-
.. |travis| image:: http://img.shields.io/travis/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=Travis
26+
.. |travis| image:: https://img.shields.io/travis/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=Travis
2727
:alt: Travis-CI Build Status
2828
:target: https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}
2929

3030
.. |appveyor| image:: https://img.shields.io/appveyor/ci/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=AppVeyor
3131
:alt: AppVeyor Build Status
3232
:target: https://ci.appveyor.com/project/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}
3333
{% if cookiecutter.coveralls|lower == 'yes' %}
34-
.. |coveralls| image:: http://img.shields.io/coveralls/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=Coveralls
34+
.. |coveralls| image:: https://img.shields.io/coveralls/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=Coveralls
3535
:alt: Coverage Status
3636
:target: https://coveralls.io/r/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}
3737
{% endif %}
3838
{% if cookiecutter.codecov|lower == 'yes' %}
39-
.. |codecov| image:: http://img.shields.io/codecov/c/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=Codecov
39+
.. |codecov| image:: https://img.shields.io/codecov/c/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=Codecov
4040
:alt: Coverage Status
4141
:target: https://codecov.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}
4242
{% endif %}
@@ -55,11 +55,11 @@
5555
:target: https://codeclimate.com/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}
5656
:alt: CodeClimate Quality Status
5757
{% endif %}
58-
.. |version| image:: http://img.shields.io/pypi/v/{{ cookiecutter.distribution_name }}.svg?style=flat
58+
.. |version| image:: https://img.shields.io/pypi/v/{{ cookiecutter.distribution_name }}.svg?style=flat
5959
:alt: PyPI Package latest release
6060
:target: https://pypi.python.org/pypi/{{ cookiecutter.distribution_name }}
6161

62-
.. |downloads| image:: http://img.shields.io/pypi/dm/{{ cookiecutter.distribution_name }}.svg?style=flat
62+
.. |downloads| image:: https://img.shields.io/pypi/dm/{{ cookiecutter.distribution_name }}.svg?style=flat
6363
:alt: PyPI Package monthly downloads
6464
:target: https://pypi.python.org/pypi/{{ cookiecutter.distribution_name }}
6565
{% if cookiecutter.scrutinizer|lower == 'yes' %}

0 commit comments

Comments
 (0)