Skip to content

Commit

Permalink
fix Update README.md relative link (#341)
Browse files Browse the repository at this point in the history
Currently the build errors with:
```
 ~/work/cognite-grafana-datasource/cognite-grafana-datasource
error: README.md: convert relative link to absolute: ./DEVELOPMENT.md
detail: README.md contains relative links. These links will not work on the Grafana plugin's catalog. Convert them to absolute links. (starting with https://)
warning: README.md: possible broken link: https://support.cognite.com/ (403 Forbidden)
detail: README.md might contain broken links. Check that all links are valid and publicly accessible.
Error: Process completed with exit code 1

```
  • Loading branch information
polomani authored Feb 7, 2024
1 parent 7c1b1c6 commit 519c1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ If you find any bugs, or have any suggestions, please [visit support portal](htt

## Development

See [here](./DEVELOPMENT.md)
See [here](https://github.com/cognitedata/cognite-grafana-datasource/blob/master/DEVELOPMENT.md).

0 comments on commit 519c1fc

Please sign in to comment.