Skip to content

Commit 4ee6f26

Browse files
committed
Fix badges in docs
1 parent df68715 commit 4ee6f26

File tree

1 file changed

+8
-8
lines changed
  • {{ cookiecutter.repo_name }}/docs

1 file changed

+8
-8
lines changed

{{ cookiecutter.repo_name }}/docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# {{ cookiecutter.pypi_project_name }}
22

3-
[![build-status-image]][travis]
4-
[![pypi-version]][pypi]
3+
<div class="badges">
4+
<a href="http://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}?branch=master">
5+
<img src="https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}.svg?branch=masterr">
6+
</a>
7+
<a href="https://pypi.python.org/pypi/{{ cookiecutter.pypi_project_name }}">
8+
<img src="https://pypip.in/version/{{ cookiecutter.pypi_project_name }}/badge.svg">
9+
</a>
10+
</div>
511

612
## Overview
713

@@ -64,9 +70,3 @@ To build the documentation:
6470
```bash
6571
$ mkdocs build
6672
```
67-
68-
69-
[build-status-image]: https://secure.travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}.png?branch=master
70-
[travis]: http://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}?branch=master
71-
[pypi-version]: https://pypip.in/version/{{ cookiecutter.pypi_project_name }}/badge.svg
72-
[pypi]: https://pypi.python.org/pypi/{{ cookiecutter.pypi_project_name }}

0 commit comments

Comments
 (0)