From 81fdfaddb3bf3ef8a77b83d19b33fc345cc1f483 Mon Sep 17 00:00:00 2001 From: Christian Jauvin <christian.jauvin@ubisoft.com> Date: Fri, 16 Jun 2017 16:32:07 -0400 Subject: [PATCH] Fix relative links in kube-prometheus readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4ed7a7a..6dbc5629 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ hack/cluster-monitoring/teardown ## Monitoring custom services -The example manifests in [/manifests/examples/example-app](/manifests/examples/example-app) +The example manifests in [/manifests/examples/example-app](/contrib/kube-prometheus/manifests/examples/example-app) deploy a fake service exposing Prometheus metrics. They additionally define a new Prometheus server and a [`ServiceMonitor`](https://github.com/coreos/prometheus-operator/blob/master/Documentation/service-monitor.md), which specifies how the example service should be monitored. @@ -120,7 +120,7 @@ service as well. > Note that minikube hides some components like etcd so to see the extend of > this setup we recommend setting up a [local cluster using bootkube](https://github.com/kubernetes-incubator/bootkube/tree/master/hack/multi-node). -An example for bootkube's multi-node vagrant setup is [here](/manifests/etcd/etcd-bootkube-vagrant-multi.yaml). +An example for bootkube's multi-node vagrant setup is [here](/contrib/kube-prometheus/manifests/etcd/etcd-bootkube-vagrant-multi.yaml). > Hint: this is merely an example for a local setup. The addresses will have to > be adapted for a setup, that is not a single etcd bootkube created cluster. -- GitLab