From f153a5278a28f0f671cfc40d693085f35d57d9bf Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 11:42:43 -0600 Subject: absolute path --- fix-dotfile-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index 147d4d3..479079f 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -33,7 +33,7 @@ create_ls_entry () { create_dir_tree () { ROOT="$HOME/dotfiles/$1" - URLROOT="https://jjanzen.ca/dotfiles/$1/" + URLROOT="/dotfiles/$1/" create_ls_entry "" "$URLROOT" # iterate over all directories -- cgit v1.2.3