Skip to content

Commit b4d72a7

Browse files
committed
fix: build workflow
1 parent ad8ba67 commit b4d72a7

File tree

11 files changed

+42346
-12764
lines changed

11 files changed

+42346
-12764
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"extends": ["@grafana/eslint-config"],
77
"rules": {
88
"react-hooks/rules-of-hooks": "off",
9-
"react-hooks/exhaustive-deps": "off"
9+
"react-hooks/exhaustive-deps": "off",
10+
"react/prop-types": "off"
1011
}
1112
}
1213
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This datasource lets you use the Alertmanager's API of Prometheus to create dashboards in Grafana.
44

5-
![Overview](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/images/overview.png)
5+
![Overview](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/img/overview.png)
66

77
# Usage
88

@@ -37,7 +37,7 @@ Whether the alerts gathered should be silenced.
3737

3838
Whether the alerts gathered should be inhibited.
3939

40-
![Parameters](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/images/table.png)
40+
![Parameters](https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/img/table.png)
4141

4242
# Development Setup
4343

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)