From 5d87587a6e288ad23d06987fec9cf5ec7ef80eee Mon Sep 17 00:00:00 2001 From: Nate Walters <89402456+nate-walters-grafana@users.noreply.github.com> Date: Thu, 10 Mar 2022 11:26:21 -0800 Subject: [PATCH] Fix broken shortcode Missing ">" in shortcode is breaking builds in /website repo --- docs/user/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/configuration/_index.md b/docs/user/configuration/_index.md index 95941ee00c27..b012edfeb5e9 100644 --- a/docs/user/configuration/_index.md +++ b/docs/user/configuration/_index.md @@ -8,7 +8,7 @@ weight = 300 Grafana Agent is configured across two places: * A YAML file -* [Command-line flags]({{< relref "./flags.md" }}) +* [Command-line flags]({{< relref "./flags.md" >}}) The YAML file is used to configure settings which are dynamic and can be changed at runtime. The command-line flags then configure things which cannot