[Fix] Fixed edit URL

This commit is contained in:
Robert von Burg 2021-07-12 14:24:38 +02:00
parent c880ca4f71
commit 9c1ae36b6d
1 changed files with 1 additions and 1 deletions

View File

@ -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