Skip to content

Commit 73fc556

Browse files
authored
Merge pull request #5 from OceanDataTools/dev
Minor update to fix links in README files
2 parents 988454b + 3ab93af commit 73fc556

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Added wind direction indicators/labels
1111
## 2.1.0
1212

1313
Added wind velocity labels
14+
15+
## 2.1.1
16+
17+
Updated links on README pages

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Compass Panel
22

3-
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?logo=grafana&query=$.version&url=https://grafana.com/api/plugins/grafana-compass-panel&label=Marketplace&prefix=v&color=F47A20)
3+
[![Grafana Marketplace](https://img.shields.io/badge/dynamic/json?logo=grafana&query=$.version&url=https://grafana.com/api/plugins/oceandatatools-compass-panel&label=Marketplace&prefix=v&color=F47A20)](https://grafana.com/grafana/plugins/oceandatatools-compass-panel/)
4+
[![GitHub Sponsor](https://img.shields.io/github/sponsors/webbpinner?label=Sponsor&logo=GitHub)](https://github.com/sponsors/webbpinner)
45
[![License](https://img.shields.io/github/license/OceanDataTools/grafana-compass-panel)](LICENSE)
56

67
## Overview / Introduction

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compass-panel",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

src/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Compass Panel
22

3-
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?logo=grafana&query=$.version&url=https://grafana.com/api/plugins/grafana-compass-panel&label=Marketplace&prefix=v&color=F47A20)
3+
[![Grafana Marketplace](https://img.shields.io/badge/dynamic/json?logo=grafana&query=$.version&url=https://grafana.com/api/plugins/oceandatatools-compass-panel&label=Marketplace&prefix=v&color=F47A20)](https://grafana.com/grafana/plugins/oceandatatools-compass-panel/)
4+
[![GitHub Sponsor](https://img.shields.io/github/sponsors/webbpinner?label=Sponsor&logo=GitHub)](https://github.com/sponsors/webbpinner)
45
[![License](https://img.shields.io/github/license/OceanDataTools/grafana-compass-panel)](LICENSE)
56

67
## Overview / Introduction

0 commit comments

Comments
 (0)