Skip to content

Commit 64e3c5b

Browse files
committed
Update default branch name to "main"
1 parent f5bdadf commit 64e3c5b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and on [GitHub].
88
You are also encouraged to follow the development in more detail at [first steps], [Developing Grafana Worldmap NG]
99
and by reading the [changelog].
1010

11-
[changelog]: https://github.com/panodata/panodata-map-panel/blob/develop/CHANGELOG.md
11+
[changelog]: https://github.com/panodata/panodata-map-panel/blob/main/CHANGELOG.md
1212
[Developing Grafana Worldmap NG]: https://community.hiveeyes.org/t/grafana-worldmap-panel-ng/1824
1313
[first steps]: https://github.com/grafana/worldmap-panel/issues/197
1414
[GitHub]: https://github.com/panodata/panodata-map-panel
@@ -300,7 +300,7 @@ The threshold field also accepts 2 or more comma-separated values. For example,
300300

301301
Optionally, you can show an image over the base map (but below the data points). This could be useful, for example, to show a more detailed/up-to-date image of the area of interest, in case the map provider only has old or low-resolution images. See below for an example of displaying interpolated sensor data (for example, temperatures in a field while only knowing the temperatures at a few sensors).
302302

303-
![Image overlay example](https://raw.githubusercontent.com/panodata/panodata-map-panel/develop/src/images/overlay_example.png)
303+
![Image overlay example](https://raw.githubusercontent.com/panodata/panodata-map-panel/main/src/images/overlay_example.png)
304304

305305
**Enable overlay**
306306

@@ -326,4 +326,4 @@ Specify the limits of the image in the map. Enter the minimum and maximum latitu
326326

327327
### CHANGELOG
328328

329-
The latest changes can be found here: [CHANGELOG.md](https://github.com/panodata/panodata-map-panel/blob/develop/CHANGELOG.md)
329+
The latest changes can be found here: [CHANGELOG.md](https://github.com/panodata/panodata-map-panel/blob/main/CHANGELOG.md)

src/partials/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://community.hiveeyes.org/t/grafana-worldmap-panel-ng/1824" class="editor-link-color"
2020
target="_blank">Developing Grafana Worldmap NG</a>
2121
and by reading the
22-
<a href="https://github.com/panodata/panodata-map-panel/blob/develop/CHANGELOG.md" class="editor-link-color"
22+
<a href="https://github.com/panodata/panodata-map-panel/blob/main/CHANGELOG.md" class="editor-link-color"
2323
target="_blank">changelog</a>.
2424

2525
</span>

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"links": [
1818
{"name": "Project site", "url": "https://github.com/panodata/panodata-map-panel"},
19-
{"name": "MIT License", "url": "https://github.com/panodata/panodata-map-panel/blob/develop/LICENSE"}
19+
{"name": "MIT License", "url": "https://github.com/panodata/panodata-map-panel/blob/main/LICENSE"}
2020
],
2121
"screenshots": [
2222
{"name": "World", "path": "images/worldmap-world.png"},

0 commit comments

Comments
 (0)