From 726bda786527598bc155ffc0e1d90768c8462d96 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 17:14:06 -0500 Subject: make paths point to the network --- fix-dotfile-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fix-dotfile-paths.sh') 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 -- cgit v1.2.3