From b318e78fdf9146137c2ee1c30eb0771c83295a9f Mon Sep 17 00:00:00 2001 From: Daniele Valeriani Date: Tue, 17 Apr 2018 22:17:48 +0200 Subject: [PATCH] Typo fix on a link --- website/source/guides/nomad-metrics.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/guides/nomad-metrics.html.md b/website/source/guides/nomad-metrics.html.md index 4cc6849d3..6401297a6 100644 --- a/website/source/guides/nomad-metrics.html.md +++ b/website/source/guides/nomad-metrics.html.md @@ -35,8 +35,8 @@ Configurations for Grafana and Prometheus can be found in the For Prometheus, first follow Prometheus's [Getting Started Guide](https://prometheus.io/docs/introduction/getting_started/) in order to -set up a Prometheus server. Next, use the (Nomad Prometheus -Configuration)[https://github.com/hashicorp/nomad/tree/master/integrations/prometheus/prometheus.yml] +set up a Prometheus server. Next, use the [Nomad Prometheus +Configuration](https://github.com/hashicorp/nomad/tree/master/integrations/prometheus/prometheus.yml) in order to configure Prometheus to talk to a Consul agent to fetch information about the Nomad cluster. See the [README](https://github.com/hashicorp/nomad/tree/master/integrations/prometheus/README.md)