From 8a6f9076bf34247a2c57796c2a91f970a85464af Mon Sep 17 00:00:00 2001 From: Evert Albers Date: Thu, 10 Nov 2022 18:32:57 +0100 Subject: [PATCH] Add missing " in example --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 9709c26..d6e6b08 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -9,5 +9,5 @@ # from can be the full URI or the absolute path, # e.g. https://example.org/page/about or /page/about # -# "https://example.org/page/about: "/page/about-us" +# "https://example.org/page/about": "/page/about-us" # "/page/mission": "/page/our-mission"