From 9c1ae36b6d5a7d6ff3f264233ce65e0744e87188 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 12 Jul 2021 14:24:38 +0200 Subject: [PATCH] [Fix] Fixed edit URL --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0a8a824..7147594 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,7 @@ home = ["HTML", "RSS", "JSON"] # Prefix URL to edit current page. Will display an "Edit this page" button on top right hand corner of every page. # Useful to give opportunity to people to create merge request for your doc. # See the config.toml file from this documentation site to have an example. - editURL = "https://github.com/Pi4J/pi4j.github.io/tree/main/content/" + editURL = "https://github.com/strolch-li/strolch-website/tree/develop/content/" # Author of the site, will be used in meta information author = "Strolch" # Description of the site, will be used in meta information