From 47311bf005eea54e9e70b94d2c37393af8b28d18 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 27 Nov 2017 09:52:32 -0500 Subject: [PATCH] Update configuration.md (#3513) 1. Removed https://prometheus.io prefix 2. Fixed broken file discovery link. --- docs/configuration/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 9bccc2f53..778c5a2f2 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -9,7 +9,7 @@ Prometheus is configured via command-line flags and a configuration file. While the command-line flags configure immutable system parameters (such as storage locations, amount of data to keep on disk and in memory, etc.), the configuration file defines everything related to scraping [jobs and their -instances](https://prometheus.io/docs/concepts/jobs_instances/), as well as +instances](/docs/concepts/jobs_instances/), as well as which [rule files to load](recording_rules.md#configuring-rules). To view all available command-line flags, run `./prometheus -h`. @@ -501,7 +501,7 @@ Each target has a meta label `__meta_filepath` during the filepath from which the target was extracted. There is a list of -[integrations](/docs/operating/configuration/#) with this +[integrations](/docs/operating/integrations/#file-service-discovery) with this discovery mechanism. ```yaml @@ -1123,7 +1123,7 @@ tls_config: ``` There is a list of -[integrations](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage) +[integrations](/docs/operating/integrations/#remote-endpoints-and-storage) with this feature. ### `` @@ -1166,5 +1166,5 @@ tls_config: ``` There is a list of -[integrations](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage) +[integrations](/docs/operating/integrations/#remote-endpoints-and-storage) with this feature.