From f8631e173fe80ba8445a64964467c0f3f434bb82 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Wed, 12 Aug 2020 23:43:09 +0000 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b641e47..7a13c79 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To learn more about prometheus-operator, go to the complete documentation [here] The [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus) project maintains a jsonnet library for deploying the prometheus-operator and its components. -> The default [manifests](./manifests) are generated from the [examples.jsonnet](./examples/examples.jsonnet) file. +> The default [manifests](./manifests) are generated from the [example.jsonnet](./example/example.jsonnet) file. To try out the stack monitoring stack run: ``` -- GitLab