This is an automated email from the ASF dual-hosted git repository. henrik pushed a commit to branch readme-hunter-cleansing in repository https://gitbox.apache.org/repos/asf/otava.git
commit 8dc85db7118d219caca6b0ec14e6475585fcd5db Author: Henrik Ingo <[email protected]> AuthorDate: Wed Mar 19 22:15:54 2025 +0200 Change 2 straggler datastax-labs urls to apache/otava --- docs/GRAPHITE.md | 2 +- docs/INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GRAPHITE.md b/docs/GRAPHITE.md index 04a796f..4b7227b 100644 --- a/docs/GRAPHITE.md +++ b/docs/GRAPHITE.md @@ -70,7 +70,7 @@ tests: ### Tags > [!WARNING] -> Tags do not work as expected in the current version. See https://github.com/datastax-labs/otava/issues/24 for more details +> Tags do not work as expected in the current version. See https://github.com/apache/otava/issues/24 for more details The optional `tags` property contains the tags that are used to query for Graphite events that store additional test run metadata such as run identifier, commit, branch and product version information. diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4811e8c..0a7a7ad 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -21,7 +21,7 @@ Otava requires Python 3.8. If you don't have python 3.8, use pyenv to install i Use pipx to install otava: ``` -pipx install git+ssh://[email protected]/datastax-labs/otava +pipx install git+ssh://[email protected]/apache/otava ``` ## Build Docker container
