From d4c3dc5351dd770a5e2905e836836b3040f155f3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Nov 2020 20:47:55 +0200 Subject: [PATCH] docs.html: replace backslashes with forward slashes (#32102) This resulted in wrong links when building the docs on Windows. --- site/layouts/_default/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index 5a5b643661..cf237dd7b8 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -17,7 +17,7 @@
- View on GitHub + View on GitHub

{{ .Title | markdownify }}

{{ .Page.Params.Description | markdownify }}