From ff8b45914b69acbe909af82bc72a14f7d6088360 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Fri, 16 Feb 2024 13:13:27 +0100 Subject: [PATCH] fix: links to demos (#14) * fix: links to demos * chore: bump version --- README.md | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 656700b..811a11f 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ pytest --otel-session-name='My_Test_cases' ## Demos -* [Jaeger](https://github.com/kuisathaverat/pytest_otel/docs/demos/jaeger/README.md) -* [Elastic Stack](https://github.com/kuisathaverat/pytest_otel/docs/demos/elastic/README.md) +* [Jaeger](https://github.com/kuisathaverat/pytest_otel/blob/main/docs/demos/jaeger/README.md) +* [Elastic Stack](https://github.com/kuisathaverat/pytest_otel/blob/main/docs/demos/elastic/README.md) ## License diff --git a/setup.cfg b/setup.cfg index f519fbf..c05c08c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/kuisathaverat/pytest_otel maintainer = Ivan Fernandez Calvo -version = 1.4.1 +version = 1.4.2 license = Apache-2.0 license_file = LICENSE.txt platforms = any