@@ -9,11 +9,11 @@ grafana-wtf
9
9
|ci-tests | |ci-coverage | |license | |pypi-downloads |
10
10
|python-versions | |status | |pypi-version | |grafana-versions |
11
11
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
14
14
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
17
17
:alt: Test suite code coverage
18
18
19
19
.. |python-versions | image :: https://img.shields.io/pypi/pyversions/grafana-wtf.svg
@@ -29,7 +29,7 @@ grafana-wtf
29
29
:target: https://pypi.org/project/grafana-wtf/
30
30
31
31
.. |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
33
33
34
34
.. |grafana-versions | image :: https://img.shields.io/badge/Grafana-6.x%20--%2011.x-blue.svg
35
35
:target: https://github.com/grafana/grafana
@@ -82,13 +82,13 @@ Run with Docker::
82
82
# Access Grafana instance on localhost, without authentication.
83
83
docker run --rm -it \
84
84
--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
86
86
87
87
# Access Grafana instance with authentication.
88
88
docker run --rm -it \
89
89
--env GRAFANA_URL="https://grafana.example.org/grafana" \
90
90
--env GRAFANA_TOKEN="eyJrIjoiWHg...dGJpZCI6MX0=" \
91
- ghcr.io/panodata /grafana-wtf grafana-wtf info
91
+ ghcr.io/grafana-toolbox /grafana-wtf grafana-wtf info
92
92
93
93
94
94
***********
@@ -267,7 +267,7 @@ Development
267
267
***********
268
268
::
269
269
270
- git clone https://github.com/panodata /grafana-wtf
270
+ git clone https://github.com/grafana-toolbox /grafana-wtf
271
271
cd grafana-wtf
272
272
273
273
# Run all tests.
@@ -277,4 +277,4 @@ Development
277
277
pytest --keepalive -vvv -k test_find_textual
278
278
279
279
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