Skip to content

Commit d583b77

Browse files
committed
Places badge links at the bottom of the README file.
1 parent a6b8408 commit d583b77

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Flysystem Adapter for Github
22

3-
[![Latest Version](https://img.shields.io/github/release/potherca/flysystem-github.svg?style=flat-square)](https://github.com/potherca/flysystem-github/releases)
4-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Build Status](https://img.shields.io/travis/potherca/flysystem-github.svg?style=flat-square)](https://travis-ci.org/potherca/flysystem-github)
6-
[![Coverage Status](https://coveralls.io/repos/potherca/flysystem-github/badge.svg)](https://coveralls.io/github/potherca/flysystem-github)
7-
[![Quality Score](https://img.shields.io/scrutinizer/g/potherca/flysystem-github.svg?style=flat-square)](https://scrutinizer-ci.com/g/potherca/flysystem-github)
8-
[![Total Downloads](https://img.shields.io/packagist/dt/potherca/flysystem-github.svg?style=flat-square)](https://packagist.org/packages/potherca/flysystem-github)
3+
[![Latest Version][Latest Version Badge]][Release Page]
4+
[![Software License][Software License Badge]][License file]
5+
[![Build Status][Build Status Badge]][Travis Page]
6+
[![Coverage Status][Coverage Status Badge]][Coveralls Page]
7+
[![Quality Score][Quality Score Badge]][Scrutinizer Page]
8+
[![Total Downloads][Total Downloads Badge]][Packagist Page]
99

1010
## Install
1111

@@ -124,4 +124,18 @@ Please see [CHANGELOG](CHANGELOG.md) for details.
124124

125125
## License
126126

127-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
127+
The MIT License (MIT). Please see [License File] for more information.
128+
129+
[Release Page]: https://github.com/potherca/flysystem-github/releases
130+
[License File]: LICENSE.md
131+
[Travis Page]: https://travis-ci.org/Potherca/flysystem-github
132+
[Coveralls Page]: https://coveralls.io/github/potherca/flysystem-github
133+
[Scrutinizer Page]: https://scrutinizer-ci.com/g/potherca/flysystem-github
134+
[Packagist Page]: https://packagist.org/packages/potherca/flysystem-github
135+
136+
[Latest Version Badge]: https://img.shields.io/github/release/potherca/flysystem-github.svg
137+
[Software License Badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg
138+
[Build Status Badge]: https://img.shields.io/travis/Potherca/flysystem-github.svg
139+
[Coverage Status Badge]: https://coveralls.io/repos/potherca/flysystem-github/badge.svg
140+
[Quality Score Badge]: https://img.shields.io/scrutinizer/g/potherca/flysystem-github.svg
141+
[Total Downloads Badge]: https://img.shields.io/packagist/dt/potherca/flysystem-github.svg

0 commit comments

Comments
 (0)