summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2018-05-04 13:55:16 +0100
committerMark Fletcher <mark@gitlab.com>2018-05-04 13:55:16 +0100
commit6386b412342a64ee34f81695231a0014c84cc2f5 (patch)
treeda88c4c112566e995bfe0ffc83287502bf86a832 /doc/topics
parentbba847fedb8696d8f8224568b8daafb6e25444c8 (diff)
downloadgitlab-ce-6386b412342a64ee34f81695231a0014c84cc2f5.tar.gz
AutoDevOps Docs fix invalid external link
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 882ddf4d2c5..5254e6e3d9a 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -389,7 +389,7 @@ If you have installed GitLab using a different method, you need to:
1. [Deploy Prometheus](../../user/project/integrations/prometheus.md#configuring-your-own-prometheus-server-within-kubernetes) into your Kubernetes cluster
1. If you would like response metrics, ensure you are running at least version
0.9.0 of NGINX Ingress and
- [enable Prometheus metrics](https://github.com/kubernetes/ingress/blob/master/examples/customization/custom-vts-metrics/nginx/nginx-vts-metrics-conf.yaml).
+ [enable Prometheus metrics](https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/customization/custom-vts-metrics-prometheus/nginx-vts-metrics-conf.yaml).
1. Finally, [annotate](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)
the NGINX Ingress deployment to be scraped by Prometheus using
`prometheus.io/scrape: "true"` and `prometheus.io/port: "10254"`.