From 1221effdc9ccd7375bf3eaa485136f60d1b65303 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 3 Feb 2020 19:12:25 +0530 Subject: fix links --- docs/posts/static_sites_with_bash/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/posts/static_sites_with_bash/index.html') diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index e7a652f..46b895d 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html @@ -9,7 +9,7 @@ - +
@@ -79,7 +79,7 @@ id="$id.$ext" # copy to my file host scp -P 443 "$1" emerald:files/"$id" -echo "https://files.nerdypepper.tech/$id" +echo "https://u.peppe.rs/$id"

Templating

-- cgit v1.2.3