|
23 | 23 | :target: https://readthedocs.org/projects/{{ cookiecutter.repo_name }} |
24 | 24 | :alt: Documentation Status |
25 | 25 |
|
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 |
27 | 27 | :alt: Travis-CI Build Status |
28 | 28 | :target: https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} |
29 | 29 |
|
30 | 30 | .. |appveyor| image:: https://img.shields.io/appveyor/ci/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/master.svg?style=flat&label=AppVeyor |
31 | 31 | :alt: AppVeyor Build Status |
32 | 32 | :target: https://ci.appveyor.com/project/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} |
33 | 33 | {% 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 |
35 | 35 | :alt: Coverage Status |
36 | 36 | :target: https://coveralls.io/r/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} |
37 | 37 | {% endif %} |
38 | 38 | {% 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 |
40 | 40 | :alt: Coverage Status |
41 | 41 | :target: https://codecov.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} |
42 | 42 | {% endif %} |
|
55 | 55 | :target: https://codeclimate.com/github/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} |
56 | 56 | :alt: CodeClimate Quality Status |
57 | 57 | {% 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 |
59 | 59 | :alt: PyPI Package latest release |
60 | 60 | :target: https://pypi.python.org/pypi/{{ cookiecutter.distribution_name }} |
61 | 61 |
|
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 |
63 | 63 | :alt: PyPI Package monthly downloads |
64 | 64 | :target: https://pypi.python.org/pypi/{{ cookiecutter.distribution_name }} |
65 | 65 | {% if cookiecutter.scrutinizer|lower == 'yes' %} |
|
0 commit comments