From 446a8ff63c26017e9a7b0cfefb7d4b5d277e19e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 15 Sep 2022 10:49:14 +0100 Subject: [PATCH] updated edit link base url --- exampleSite/config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index fa5fc2e6..100ce92f 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -33,7 +33,7 @@ mainSections = ["docs", "samples"] showBreadcrumbs = true showDraftLabel = true showEdit = true - editURL = "https://github.com/nunocoracao/blowfish/tree/main/content" + editURL = "https://github.com/nunocoracao/blowfish/tree/main/exampleSite/content" editAppendPath = true showHeadingAnchors = true showPagination = true