From a687afb61f585ebd827f55ee6ee28f1194ead718 Mon Sep 17 00:00:00 2001 From: Helvio Pedreschi Date: Thu, 30 Jun 2022 16:33:42 -0400 Subject: [PATCH] Missing dashes --- website/site/content/docs/configure/baseurl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/site/content/docs/configure/baseurl.md b/website/site/content/docs/configure/baseurl.md index c355960d..be224a01 100644 --- a/website/site/content/docs/configure/baseurl.md +++ b/website/site/content/docs/configure/baseurl.md @@ -33,6 +33,6 @@ If you are unsure, leave it at its default. ### Examples ``` -docspell.server.baseurl = "https://docspell.example.com" -docspell.joex.baseurl = "http://192.168.101.10" +docspell.server.base-url = "https://docspell.example.com" +docspell.joex.base-url = "http://192.168.101.10" ```