From 5fd3bdb36a4e90fcd0d0960836a411aa2c61f210 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Fri, 28 Oct 2022 00:03:44 +0530 Subject: [PATCH] fix: rm absolute URLs --- scripts/zola.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {