diff --git a/docs/index.md b/docs/index.md index cf4d78334..06d2fc3be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -286,7 +286,7 @@ the in-screen instructions, of following [this guide](https://grafana.com/docs/g #### Obtaining Cloud Provider API hostname -Having created the token, we can find the correct Cloud Provider API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.github.io/jq/) installed: +Having created the token, we can find the correct Cloud Provider API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.org/) installed: ```bash curl -sH "Authorization: Bearer " "https://grafana.com/api/instances" | \ @@ -414,7 +414,7 @@ the in-screen instructions, of following [this guide](https://grafana.com/docs/g #### Obtaining Connections API hostname -Having created the token, we can find the correct Connections API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.github.io/jq/) installed: +Having created the token, we can find the correct Connections API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.org/) installed: ```bash curl -sH "Authorization: Bearer " "https://grafana.com/api/instances" | \ diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index c3b96d87c..52a39a6df 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -54,7 +54,7 @@ the in-screen instructions, of following [this guide](https://grafana.com/docs/g #### Obtaining Cloud Provider API hostname -Having created the token, we can find the correct Cloud Provider API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.github.io/jq/) installed: +Having created the token, we can find the correct Cloud Provider API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.org/) installed: ```bash curl -sH "Authorization: Bearer " "https://grafana.com/api/instances" | \ @@ -112,7 +112,7 @@ the in-screen instructions, of following [this guide](https://grafana.com/docs/g #### Obtaining Connections API hostname -Having created the token, we can find the correct Connections API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.github.io/jq/) installed: +Having created the token, we can find the correct Connections API hostname by running the following script, that requires `curl` and [`jq`](https://jqlang.org/) installed: ```bash curl -sH "Authorization: Bearer " "https://grafana.com/api/instances" | \