Skip to content

Commit b147400

Browse files
committed
Provide correct links to the badges
1 parent 062b54c commit b147400

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# open-location-code-php
2-
![Packagist License][packagist-license-image]
3-
![Packagist Version][packagist-version-image]
4-
![Packagist Downloads][packagist-downloads-image]
5-
![PHP Dependency Version][php-version-image]
6-
![GitHub Actions Workflow Status][php-build-status-image]
2+
![Packagist License][packagist-license-image][packagist-url]
3+
![Packagist Version][packagist-version-image][packagist-url]
4+
![Packagist Downloads][packagist-downloads-image][packagist-stats-url]
5+
![PHP Dependency Version][php-version-image][]
6+
![GitHub Actions Workflow Status][php-build-status-image][]
77

88
This is a modern PHP port of the `google/open-location-code` repository. Please visit https://github.com/google/open-location-code for discussion and up-to-date information about **Open Location Code ("OLC", aka "Plus Code")** itself. This repository only concerns the PHP implementation.
99

@@ -137,6 +137,9 @@ Then:
137137
composer run-script test
138138
```
139139

140+
[packagist-url]: https://packagist.org/packages/vectorial1024/open-location-code-php
141+
[packagist-stats-url]: https://packagist.org/packages/vectorial1024/open-location-code-php/stats
142+
140143
[packagist-license-image]: https://img.shields.io/packagist/l/vectorial1024/open-location-code-php?style=plastic
141144
[packagist-version-image]: https://img.shields.io/packagist/v/vectorial1024/open-location-code-php?style=plastic
142145
[packagist-downloads-image]: https://img.shields.io/packagist/dm/vectorial1024/open-location-code-php?style=plastic

0 commit comments

Comments
 (0)