Skip to content

Commit 53dd00c

Browse files
authored
fix prometheus documentation link (#6888)
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent f7cdc0f commit 53dd00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/building-operators/golang/advanced-topics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Authors may decide to distribute their bundles for various architectures: x86_64
513513
[Prometheus Golang client]:https://pkg.go.dev/github.com/prometheus/client_golang/prometheus
514514
[kube-prometheus]:https://github.com/prometheus-operator/kube-prometheus
515515
[memcached-operator]:https://github.com/operator-framework/operator-sdk/tree/master/testdata/go/v4/monitoring/memcached-operator
516-
[prometheus-operator API]:https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md
516+
[prometheus-operator API]:https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md
517517
[PrometheusRule example]:https://github.com/operator-framework/operator-sdk/blob/master/testdata/go/v4/monitoring/memcached-operator/monitoring/alerts.go
518518
[PrometheusRule reconciliation example]:https://github.com/operator-framework/operator-sdk/blob/master/testdata/go/v4/monitoring/memcached-operator/internal/controller/memcached_controller.go
519519
[unit testing documentation]:https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/

0 commit comments

Comments
 (0)