Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit eb529c5

Browse files
committed
Fix image links [ci skip]
1 parent 69b3df8 commit eb529c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ libsass-python: Sass_/SCSS for Python
55
:alt: PyPI
66
:target: https://pypi.python.org/pypi/libsass
77

8-
.. image:: https://travis-ci.org/dahlia/libsass-python.svg?branch=python
8+
.. image:: https://travis-ci.org/dahlia/libsass-python.svg
99
:target: https://travis-ci.org/dahlia/libsass-python
1010
:alt: Build Status
1111

12-
.. image:: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/python?svg=true
12+
.. image:: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/master?svg=true
1313
:target: https://ci.appveyor.com/project/dahlia/libsass-python
1414
:alt: Build Status (Windows)
1515

16-
.. image:: https://img.shields.io/coveralls/dahlia/libsass-python/python.svg
16+
.. image:: https://img.shields.io/coveralls/dahlia/libsass-python/master.svg
1717
:target: https://coveralls.io/r/dahlia/libsass-python
1818
:alt: Coverage Status
1919

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,21 @@ GitHub (Git repository + issues)
110110
Travis CI
111111
https://travis-ci.org/dahlia/libsass-python
112112

113-
.. image:: https://travis-ci.org/dahlia/libsass-python.svg?branch=python
113+
.. image:: https://travis-ci.org/dahlia/libsass-python.svg
114114
:target: https://travis-ci.org/dahlia/libsass-python
115115
:alt: Build Status
116116

117117
AppVeyor (CI for Windows)
118118
https://ci.appveyor.com/project/dahlia/libsass-python
119119

120-
.. image:: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/python?svg=true
120+
.. image:: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/master?svg=true
121121
:target: https://ci.appveyor.com/project/dahlia/libsass-python
122122
:alt: Build Status (Windows)
123123

124124
Coveralls (Test coverage)
125125
https://coveralls.io/r/dahlia/libsass-python
126126

127-
.. image:: https://img.shields.io/coveralls/dahlia/libsass-python.svg
127+
.. image:: https://img.shields.io/coveralls/dahlia/libsass-python/master.svg
128128
:target: https://coveralls.io/r/dahlia/libsass-python
129129
:alt: Coverage Status
130130

0 commit comments

Comments
 (0)