Skip to content

Commit 2b480bb

Browse files
committed
Fix broken link
1 parent cbc7dc6 commit 2b480bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It uses [FireQL](https://github.com/pgollangi/FireQL) to capture user query that
1717
## Features
1818
- [x] Use Google Firestore as a data source for Grafana dashboards
1919
- [x] Configure Firestore data source with GCP `Project Id` and [`Service Account`](https://cloud.google.com/firestore/docs/security/iam) for authentication
20-
- [x] Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
20+
- [x] Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/create-a-grafana-plugin/extend-a-plugin/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
2121
- [x] Query Firestore [collections](https://firebase.google.com/docs/firestore/data-model#collections) and path to collections
2222
- [x] Auto detect data types: `string`, `number`, `boolean`, `json`, `time.Time`
2323
- [x] Query selected fields from the collection

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It uses [FireQL](https://github.com/pgollangi/FireQL) to capture user query that
1313
## Features
1414
- Use Google Firestore as a data source for Grafana dashboards
1515
- Configure Firestore data source with GCP `Project Id` and [`Service Account`](https://cloud.google.com/firestore/docs/security/iam) for authentication
16-
- Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
16+
- Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/create-a-grafana-plugin/extend-a-plugin/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
1717
- Query Firestore [collections](https://firebase.google.com/docs/firestore/data-model#collections) and path to collections
1818
- Auto detect data types: `string`, `number`, `boolean`, `json`, `time.Time`
1919
- Query selected fields from the collection

0 commit comments

Comments
 (0)