Skip to content

Commit

Permalink
fix: links to demos (#14)
Browse files Browse the repository at this point in the history
* fix: links to demos

* chore: bump version
  • Loading branch information
kuisathaverat authored Feb 16, 2024
1 parent 70ed5fb commit ff8b459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff8b459

Please sign in to comment.