Skip to content

Commit f31790f

Browse files
authored
Correct doc links (#663)
1 parent ba86905 commit f31790f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/metrics/030_importing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ NOTE: The `grafana-import.sh` script requires the https://stedolan.github.io/jq/
8383
The commands below will download and run the shell script to import the dashboards.
8484
Change the `<GRAFANA-USER>` and `<GRAFANA_PWD>` to the Grafana credentials for your environment.
8585
For example if using the default Prometheus Operator installation they are as specified on the
86-
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page.
86+
https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md[Access Grafana section of the Quick Start] page.
8787
We do not document the credentials here as the default values have been known to change between Prometheus Operator and Grafana versions.
8888
8989
[source,bash]

examples/021_deployment/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ install any of the examples above.
748748

749749
==== Install Prometheus Operator
750750

751-
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
752-
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page.
751+
Install the Prometheus Operator, as documented in the Prometheus Operator https://prometheus-operator.dev/docs/getting-started/installation/[Quick Start] page. Prometheus can then be accessed as documented in the
752+
https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md[Access Prometheus section of the Quick Start] page.
753753

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

769769
The Prometheus Operator also installs Grafana. Grafana can be accessed as documented in the
770-
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page.
770+
https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md[Access Grafana section of the Quick Start] page.
771771
Note that the default credentials are specified in that section of the documentation.
772772

773773
==== Import the Grafana Dashboards
@@ -815,4 +815,4 @@ Uninstall the Coherence operator using the undeploy commands for whichever metho
815815
==== Delete Prometheus Operator
816816

817817
Uninstall the Prometheus Operator as documented in the
818-
https://prometheus-operator.dev/docs/getting-started/quick-start/#remove-kube-prometheus[Remove kube-prometheus section of the Quick Start] page.
818+
https://prometheus-operator.dev/docs/getting-started/installation/[Remove kube-prometheus section of the Quick Start] page.

examples/no-operator/02_metrics/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2021, 2022, Oracle and/or its affiliates.
3+
Copyright (c) 2021, 2024, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

@@ -177,9 +177,9 @@ If using Prometheus externally to the Kubernetes cluster, the approach recommend
177177
=== Install Prometheus
178178
179179
The simplest way to install Prometheus is to follow the instructions in the Prometheus Operator
180-
https://prometheus-operator.dev/docs/getting-started/quick-start/[Quick Start] page.
180+
https://prometheus-operator.dev/docs/getting-started/installation[Quick Start] page.
181181
Prometheus can then be accessed as documented in the
182-
https://prometheus-operator.dev/docs/getting-started/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page.
182+
https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md[Access Prometheus section of the Quick Start] page.
183183
184184
As described in the Prometheus docs we can create a port-forward process to the Prometheus `Service`.
185185

0 commit comments

Comments
 (0)