diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-07-16 22:35:59 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-07-16 22:35:59 -0400 |
commit | df410faa3d5820f0d597281b59fcd4bb849c8c0e (patch) | |
tree | 6317a03e4703ab7c0e8749cb341cc863315b2eb4 /doc | |
parent | 971bd6779e2a207f23db97f782c81c9cec3f35bc (diff) | |
download | gitlab-ce-df410faa3d5820f0d597281b59fcd4bb849c8c0e.tar.gz |
Fix links
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/environments.md | 2 | ||||
-rw-r--r-- | doc/user/project/integrations/prometheus.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 371622d3331..df5c66a4c85 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -603,7 +603,7 @@ exist, you should see something like: > - For the monitor dashboard to appear, you need to: - Have enabled the [Prometheus integration][prom] - - Configured Prometheus to collect at least one [supported metric](prometheus_library/metrics.md) + - Configured Prometheus to collect at least one [supported metric](../user/project/integrations/prometheus_library/metrics.md) - With GitLab 9.2, all deployments to an environment are shown directly on the monitoring dashboard diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md index 6b73452168a..a23635d1999 100644 --- a/doc/user/project/integrations/prometheus.md +++ b/doc/user/project/integrations/prometheus.md @@ -34,7 +34,7 @@ Depending on your deployment and where you have located your GitLab server, ther Installing and configuring Prometheus to monitor applications is fairly straight forward. 1. [Install Prometheus](https://prometheus.io/docs/introduction/install/) -1. Set up one of the [supported monitoring targets](metrics.md) +1. Set up one of the [supported monitoring targets](prometheus_library/metrics.md) 1. Configure the Prometheus server to [collect their metrics](https://prometheus.io/docs/operating/configuration/#scrape_config) ### Configuring Omnibus GitLab Prometheus to monitor Kubernetes deployments |