From dbbf26ca33fdc76274ae8ac7067caa891e480094 Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Fri, 24 May 2024 22:39:45 +0200 Subject: [PATCH] Fix last few things Signed-off-by: Kim Christensen --- docs/.htmltest.yml | 2 +- docs/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.htmltest.yml b/docs/.htmltest.yml index ddaee963a..75ba99839 100644 --- a/docs/.htmltest.yml +++ b/docs/.htmltest.yml @@ -21,6 +21,6 @@ IgnoreURLs: - ^/latest/ - ^/community/src/ - ^http://localhost:1313/docs$ - - ^https://marketplace.visualstudio.com/items\?itemName=getporter.porter-vscode$ + - ^https://marketplace.visualstudio.com/ IgnoreAltMissing: true IgnoreInternalEmptyHash: true \ No newline at end of file diff --git a/docs/layouts/index.html b/docs/layouts/index.html index d417844dc..fb4ac708f 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -14,7 +14,7 @@

- {{- $docsURL := "quickstart" | relURL -}} + {{- $docsURL := "quickstart/" | relURL -}}