@@ -9,11 +9,11 @@ grafana-wtf
99 |ci-tests | |ci-coverage | |license | |pypi-downloads |
1010|python-versions | |status | |pypi-version | |grafana-versions |
1111
12- .. |ci-tests | image :: https://github.com/panodata /grafana-wtf/actions/workflows/tests.yml/badge.svg
13- :target: https://github.com/panodata /grafana-wtf/actions/workflows/tests.yml
12+ .. |ci-tests | image :: https://github.com/grafana-toolbox /grafana-wtf/actions/workflows/tests.yml/badge.svg
13+ :target: https://github.com/grafana-toolbox /grafana-wtf/actions/workflows/tests.yml
1414
15- .. |ci-coverage | image :: https://codecov.io/gh/panodata /grafana-wtf/branch/main/graph/badge.svg
16- :target: https://codecov.io/gh/panodata /grafana-wtf
15+ .. |ci-coverage | image :: https://codecov.io/gh/grafana-toolbox /grafana-wtf/branch/main/graph/badge.svg
16+ :target: https://codecov.io/gh/grafana-toolbox /grafana-wtf
1717 :alt: Test suite code coverage
1818
1919.. |python-versions | image :: https://img.shields.io/pypi/pyversions/grafana-wtf.svg
@@ -29,7 +29,7 @@ grafana-wtf
2929 :target: https://pypi.org/project/grafana-wtf/
3030
3131.. |license | image :: https://img.shields.io/pypi/l/grafana-wtf.svg
32- :target: https://github.com/panodata /grafana-wtf/blob/main/LICENSE
32+ :target: https://github.com/grafana-toolbox /grafana-wtf/blob/main/LICENSE
3333
3434.. |grafana-versions | image :: https://img.shields.io/badge/Grafana-6.x%20--%2011.x-blue.svg
3535 :target: https://github.com/grafana/grafana
@@ -82,13 +82,13 @@ Run with Docker::
8282 # Access Grafana instance on localhost, without authentication.
8383 docker run --rm -it \
8484 --env GRAFANA_URL="http://host.docker.internal:3000" \
85- ghcr.io/panodata /grafana-wtf grafana-wtf info
85+ ghcr.io/grafana-toolbox /grafana-wtf grafana-wtf info
8686
8787 # Access Grafana instance with authentication.
8888 docker run --rm -it \
8989 --env GRAFANA_URL="https://grafana.example.org/grafana" \
9090 --env GRAFANA_TOKEN="eyJrIjoiWHg...dGJpZCI6MX0=" \
91- ghcr.io/panodata /grafana-wtf grafana-wtf info
91+ ghcr.io/grafana-toolbox /grafana-wtf grafana-wtf info
9292
9393
9494***********
@@ -267,7 +267,7 @@ Development
267267***********
268268::
269269
270- git clone https://github.com/panodata /grafana-wtf
270+ git clone https://github.com/grafana-toolbox /grafana-wtf
271271 cd grafana-wtf
272272
273273 # Run all tests.
@@ -277,4 +277,4 @@ Development
277277 pytest --keepalive -vvv -k test_find_textual
278278
279279
280- .. _grafana-wtf examples : https://github.com/panodata /grafana-wtf/blob/master /doc/examples.rst
280+ .. _grafana-wtf examples : https://github.com/grafana-toolbox /grafana-wtf/blob/main /doc/examples.rst
0 commit comments