Skip to content

Commit e8318e3

Browse files
author
Jonathan Knight
authored
Fix broken doc links (#789)
1 parent 1a91e59 commit e8318e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2796,7 +2796,7 @@ install-prometheus: get-prometheus ## Install Prometheus and Grafana
27962796
until $(KUBECTL_CMD) get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done
27972797
# We create additional custom RBAC rules because the defaults do not work
27982798
# in an RBAC enabled cluster such as KinD
2799-
# See: https://prometheus-operator.dev/docs/operator/rbac/
2799+
# See: https://prometheus-operator.dev/docs/platform/rbac/
28002800
$(KUBECTL_CMD) create -f $(SCRIPTS_DIR)/prometheus/prometheus-rbac.yaml
28012801
$(KUBECTL_CMD) create -f $(PROMETHEUS_HOME)/manifests
28022802
sleep 10

examples/021_deployment/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,15 +758,15 @@ install any of the examples above.
758758
759759
==== Install Prometheus Operator
760760
761-
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
762-
https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md[Access Prometheus section of the Quick Start] page.
761+
Install the Prometheus Operator, as documented in the Prometheus Operator
762+
https://prometheus-operator.dev/docs/getting-started/installation/[Quick Start] page.
763763
764764
[NOTE]
765765
====
766766
*Using RBAC*
767767
768768
If installing Prometheus into RBAC enabled k8s clusters, you may need to create the required RBAC resources
769-
as described in the https://prometheus-operator.dev/docs/operator/rbac/[Prometheus RBAC] documentation.
769+
as described in the https://prometheus-operator.dev/docs/platform/rbac/[Prometheus RBAC] documentation.
770770
The Coherence Operator contains an example that works with the out-of-the-box Prometheus Operator install
771771
that we use for testing https://raw.githubusercontent.com/oracle/coherence-operator/main/hack/prometheus/prometheus-rbac.yaml[prometheus-rbac.yaml]
772772
This yaml creates a `ClusterRole` with the required permissions and a `ClusterRoleBinding` that binds the role to the

0 commit comments

Comments
 (0)