diff --git a/README.md b/README.md
index 82cb7a800b1be635c0e681d7458785f6566a0294..ac102bb8a6b7372285583d946b8b233b19a1a9ba 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ hack/cluster-monitoring/teardown
 
 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),
+server and a [`ServiceMonitor`](https://github.com/coreos/prometheus-operator/blob/master/Documentation/design.md#servicemonitor),
 which specifies how the example service should be monitored.
 The Prometheus Operator will deploy and configure the desired Prometheus instance and continiously
 manage its life cycle.