From 330735aca6c7ea2cd98986699ee76e3a0f659b47 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 7 Dec 2017 03:31:15 -0500 Subject: [PATCH] Added another full link to the configuration docs (#3553) --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 0b8b7b41c7..9d1e55268c 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](/docs/concepts/jobs_instances/), as well as +instances](https://prometheus.io/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`.