Skip to content

Commit c91441b

Browse files
committed
Fix badge image src
1 parent 6cd4450 commit c91441b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class="badges">
2-
<a href="http://travis-ci.org/jpadilla/django-rest-framework-xml?branch=master">
3-
<img src="https://travis-ci.org/jpadilla/django-rest-framework-xml.svg?branch=masterr">
4-
</a>
5-
<a href="https://pypi.python.org/pypi/djangorestframework-xml">
6-
<img src="https://img.shields.io/pypi/v/djangorestframework-xml.svg">
7-
</a>
2+
<a href="http://travis-ci.org/jpadilla/django-rest-framework-xml?branch=master">
3+
<img src="https://travis-ci.org/jpadilla/django-rest-framework-xml.svg?branch=master">
4+
</a>
5+
<a href="https://pypi.python.org/pypi/djangorestframework-xml">
6+
<img src="https://img.shields.io/pypi/v/djangorestframework-xml.svg">
7+
</a>
88
</div>
99

1010
---

0 commit comments

Comments
 (0)