From 887c3d1e45c07a0b19d532bdbd88dc8a9360c624 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 5 Jul 2024 14:19:30 +0400 Subject: [PATCH] Fix URLs in README (#177) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49dd4bd..56bd250 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # elastic-transport-python -[![PyPI](https://img.shields.io/pypi/v/elastic-transport)](https://pypi.org/elastic-transport) -[![Python Versions](https://img.shields.io/pypi/pyversions/elastic-transport)](https://pypi.org/elastic-transport) +[![PyPI](https://img.shields.io/pypi/v/elastic-transport)](https://pypi.org/project/elastic-transport) +[![Python Versions](https://img.shields.io/pypi/pyversions/elastic-transport)](https://pypi.org/project/elastic-transport) [![PyPI Downloads](https://static.pepy.tech/badge/elastic-transport)](https://pepy.tech/project/elastic-transport) [![CI Status](https://img.shields.io/github/actions/workflow/status/elastic/elastic-transport-python/ci.yml)](https://github.com/elastic/elastic-transport-python/actions) @@ -18,7 +18,7 @@ $ python -m pip install elastic-transport ``` Versioning follows the major and minor version of the Elastic Stack version and -the patch number is incremented for bug fixes within a minor release. | +the patch number is incremented for bug fixes within a minor release. ## Documentation