Skip to content

Commit

Permalink
Fix doc links (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Jul 10, 2024
1 parent e4bf43e commit b369252
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/metrics/030_importing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ NOTE: The `grafana-import.sh` script requires the https://stedolan.github.io/jq/
The commands below will download and run the shell script to import the dashboards.
Change the `<GRAFANA-USER>` and `<GRAFANA_PWD>` to the Grafana credentials for your environment.
For example if using the default Prometheus Operator installation they are as specified on the
https://prometheus-operator.dev/docs/prologue/quick-start/#access-grafana[Access Grafana section of the Quick Start] page.
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page.
We do not document the credentials here as the default values have been known to change between Prometheus Operator and Grafana versions.
[source,bash]
Expand Down
8 changes: 4 additions & 4 deletions examples/021_deployment/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ install any of the examples above.

==== Install Prometheus Operator

Install the Prometheus Operator, as documented in the Prometheus Operator https://prometheus-operator.dev/docs/prologue/quick-start/[Quick Start] page. Prometheus can then be accessed as documented in the
https://prometheus-operator.dev/docs/prologue/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page.
Install the Prometheus Operator, as documented in the Prometheus Operator https://prometheus-operator.dev/docs/getting-started/quick-start/[Quick Start] page. Prometheus can then be accessed as documented in the
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page.

[NOTE]
====
Expand All @@ -767,7 +767,7 @@ This yaml file can be installed into k8s before installing the Prometheus Operat
==== Access Grafana

The Prometheus Operator also installs Grafana. Grafana can be accessed as documented in the
https://prometheus-operator.dev/docs/prologue/quick-start/#access-grafana[Access Grafana section of the Quick Start] page.
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page.
Note that the default credentials are specified in that section of the documentation.

==== Import the Grafana Dashboards
Expand Down Expand Up @@ -815,4 +815,4 @@ Uninstall the Coherence operator using the undeploy commands for whichever metho
==== Delete Prometheus Operator

Uninstall the Prometheus Operator as documented in the
https://prometheus-operator.dev/docs/prologue/quick-start/#remove-kube-prometheus[Remove kube-prometheus section of the Quick Start] page.
https://prometheus-operator.dev/docs/getting-started/quick-start/#remove-kube-prometheus[Remove kube-prometheus section of the Quick Start] page.
4 changes: 2 additions & 2 deletions examples/no-operator/02_metrics/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ If using Prometheus externally to the Kubernetes cluster, the approach recommend
=== Install Prometheus
The simplest way to install Prometheus is to follow the instructions in the Prometheus Operator
https://prometheus-operator.dev/docs/prologue/quick-start/[Quick Start] page.
https://prometheus-operator.dev/docs/getting-started/quick-start/[Quick Start] page.
Prometheus can then be accessed as documented in the
https://prometheus-operator.dev/docs/prologue/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page.
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page.
As described in the Prometheus docs we can create a port-forward process to the Prometheus `Service`.
Expand Down

0 comments on commit b369252

Please sign in to comment.