From 60034ba047ab7856b68704a69b1fa1b734e3dfc2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 3 Feb 2020 19:12:14 +0530 Subject: fix links --- posts/static_sites_with_bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts/static_sites_with_bash.md') diff --git a/posts/static_sites_with_bash.md b/posts/static_sites_with_bash.md index 2a1cc92..62e43d8 100644 --- a/posts/static_sites_with_bash.md +++ b/posts/static_sites_with_bash.md @@ -41,7 +41,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