Skip to content

Commit

Permalink
Update default branch name to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 20, 2021
1 parent f5bdadf commit f314138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@ and on [GitHub].
You are also encouraged to follow the development in more detail at [first steps], [Developing Grafana Worldmap NG]
and by reading the [changelog].

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

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).

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

**Enable overlay**

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

### CHANGELOG

The latest changes can be found here: [CHANGELOG.md](https://github.com/panodata/panodata-map-panel/blob/develop/CHANGELOG.md)
The latest changes can be found here: [CHANGELOG.md](https://github.com/panodata/panodata-map-panel/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion src/partials/editor.html
Expand Up @@ -19,7 +19,7 @@
<a href="https://community.hiveeyes.org/t/grafana-worldmap-panel-ng/1824" class="editor-link-color"
target="_blank">Developing Grafana Worldmap NG</a>
and by reading the
<a href="https://github.com/panodata/panodata-map-panel/blob/develop/CHANGELOG.md" class="editor-link-color"
<a href="https://github.com/panodata/panodata-map-panel/blob/main/CHANGELOG.md" class="editor-link-color"
target="_blank">changelog</a>.

</span>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Expand Up @@ -16,7 +16,7 @@
},
"links": [
{"name": "Project site", "url": "https://github.com/panodata/panodata-map-panel"},
{"name": "MIT License", "url": "https://github.com/panodata/panodata-map-panel/blob/develop/LICENSE"}
{"name": "MIT License", "url": "https://github.com/panodata/panodata-map-panel/blob/main/LICENSE"}
],
"screenshots": [
{"name": "World", "path": "images/worldmap-world.png"},
Expand Down

0 comments on commit f314138

Please sign in to comment.