fix: rm absolute URLs

This commit is contained in:
Aravinth Manivannan 2022-10-28 00:03:44 +05:30
parent 8cdfe342eb
commit 5fd3bdb36a
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -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() {