From 60074192e959b070f8f4878ede0a540ac48cb344 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 24 Jun 2021 19:58:49 +0200 Subject: [PATCH] put environmental variable in inline code (#36100) (#36123) this puts the code in question in the same style as the other environmental variables on the page (cherry picked from commit 6b0c75cfd652f20e687f8a012eafbb61bf96ba99) Co-authored-by: Matt Abrams <37156449+zuchka@users.noreply.github.com> --- docs/sources/administration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index 2298a543eaa..3181fdcb139 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -1387,7 +1387,7 @@ Basic auth password. ### public_url -Optional URL to send to users in notifications. If the string contains the sequence \${file}, it is replaced with the uploaded filename. Otherwise, the file name is appended to the path part of the URL, leaving any query string unchanged. +Optional URL to send to users in notifications. If the string contains the sequence `${file}`, it is replaced with the uploaded filename. Otherwise, the file name is appended to the path part of the URL, leaving any query string unchanged.