Skip to content

Commit 6ceec6b

Browse files
committed
Reflect move to "panodata" organization on GitHub
1 parent b2c802b commit 6ceec6b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v0.3.0
44

5+
- Reflect move to "panodata" organization on GitHub
56
- Fixes error handling that made everything disappear in edit mode, [#213](https://github.com/grafana/worldmap-panel/issues/213)
67
- Fixes partial (not full height) map on first render [#212](https://github.com/grafana/worldmap-panel/issues/212)
78
- Add new mapping options `table+json` and `table+jsonp` to retrieve

src/partials/editor.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<span>
33

44
The
5-
<a href="https://github.com/hiveeyes/grafana-worldmap-panel" class="editor-link-color" target="_blank">
5+
<a href="https://github.com/panodata/grafana-worldmap-panel" class="editor-link-color" target="_blank">
66
Worldmap Panel NG
77
</a>
8-
(<a href="https://github.com/hiveeyes/grafana-worldmap-panel/blob/develop/CHANGELOG.md" class="editor-link-color" target="_blank">changes</a>)
8+
(<a href="https://github.com/panodata/grafana-worldmap-panel/blob/develop/CHANGELOG.md" class="editor-link-color" target="_blank">changes</a>)
99
is work in progress.
1010

1111
Enjoy
@@ -16,7 +16,7 @@
1616
<a href="https://community.grafana.com/t/giving-the-grafana-worldmap-panel-some-love/17210" class="editor-link-color" target="_blank">[1]</a>,
1717
<a href="https://github.com/grafana/worldmap-panel/issues/197" class="editor-link-color" target="_blank">[2]</a>
1818
and
19-
<a href="https://github.com/hiveeyes/grafana-worldmap-panel" class="editor-link-color" target="_blank">[3]</a>.
19+
<a href="https://github.com/panodata/grafana-worldmap-panel" class="editor-link-color" target="_blank">[3]</a>.
2020

2121
Please don't use this software in production yet.
2222

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"large": "images/worldmap_logo.svg"
1616
},
1717
"links": [
18-
{"name": "Project site", "url": "https://github.com/hiveeyes/grafana-worldmap-panel"},
19-
{"name": "MIT License", "url": "https://github.com/hiveeyes/grafana-worldmap-panel/blob/master/LICENSE"}
18+
{"name": "Project site", "url": "https://github.com/panodata/grafana-worldmap-panel"},
19+
{"name": "MIT License", "url": "https://github.com/panodata/grafana-worldmap-panel/blob/master/LICENSE"}
2020
],
2121
"screenshots": [
2222
{"name": "World", "path": "images/worldmap-world.png"},

0 commit comments

Comments
 (0)