Skip to content

Commit 887c3d1

Browse files
authored
Fix URLs in README (#177)
1 parent f72f0ae commit 887c3d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# elastic-transport-python
22

3-
[![PyPI](https://img.shields.io/pypi/v/elastic-transport)](https://pypi.org/elastic-transport)
4-
[![Python Versions](https://img.shields.io/pypi/pyversions/elastic-transport)](https://pypi.org/elastic-transport)
3+
[![PyPI](https://img.shields.io/pypi/v/elastic-transport)](https://pypi.org/project/elastic-transport)
4+
[![Python Versions](https://img.shields.io/pypi/pyversions/elastic-transport)](https://pypi.org/project/elastic-transport)
55
[![PyPI Downloads](https://static.pepy.tech/badge/elastic-transport)](https://pepy.tech/project/elastic-transport)
66
[![CI Status](https://img.shields.io/github/actions/workflow/status/elastic/elastic-transport-python/ci.yml)](https://github.com/elastic/elastic-transport-python/actions)
77

@@ -18,7 +18,7 @@ $ python -m pip install elastic-transport
1818
```
1919

2020
Versioning follows the major and minor version of the Elastic Stack version and
21-
the patch number is incremented for bug fixes within a minor release. |
21+
the patch number is incremented for bug fixes within a minor release.
2222

2323
## Documentation
2424

0 commit comments

Comments
 (0)