From 8b013652cc0ccec3ad4462a3ee20ce5b03eebf16 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 21 Sep 2022 11:44:01 +0200 Subject: [PATCH] fix edit post link --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index c83a98e..5d81171 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -28,7 +28,7 @@ showScrollToTop = true showBreadcrumbs = false showDraftLabel = true showEdit = true - editURL = "https://github.com/OCram85/Blog/edit/master/content/" + editURL = "https://gitea.ocram85.com/OCram85/Blog/_edit/psCredUpdate/content/" editAppendPath = true showHeadingAnchors = true showPagination = true