aboutsummaryrefslogtreecommitdiff
path: root/fix-dotfile-paths.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fix-dotfile-paths.sh')
-rwxr-xr-xfix-dotfile-paths.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh
index 61f96d6..aa0c6f1 100755
--- a/fix-dotfile-paths.sh
+++ b/fix-dotfile-paths.sh
@@ -11,7 +11,7 @@ find -- . -type d | sed '/^\.\$/d' | sed '/^\.\/\.git\//d' | sed '/^\.\/.git/d'
echo "#+title: =~/${line}=" > index.org
echo "* Directories" >> index.org
for dir in */; do
- echo "- [[/dotfiles/${line}/${dir}][${dir}]]" >> index.org
+ echo "- [[https://jjanzen.ca/dotfiles/${line}/${dir}][${dir}]]" >> index.org
done
echo "* Files" >> index.org
for file in *; do