diff --git a/scripts/zola.sh b/scripts/zola.sh index 20ef4c6..7d5cd09 100755 --- a/scripts/zola.sh +++ b/scripts/zola.sh @@ -80,7 +80,7 @@ build() { } no_absolute_url() { - sed -i 's/https:\/\/gna.org//g' $(find public -type f | grep html) + sed -i 's/https:\/\/gitea-open-letter.coding.social//g' $(find public -type f | grep html) } clean() {