updated README.md
[lace] / lacedreader
index 9756e892b828af5d4d377a7a7c9477a1510075f1..00847e7bb355b2a1adf71741cb252de1bce6f075 100755 (executable)
@@ -39,5 +39,5 @@ elif [[ "$1" == "unsub" ]];then
 elif [[ "$1" == "subs" ]];then
        awk '{print $2" ("$1")"}' $subsfile 
 elif [[ "$1" == "update" ]];then
-       curl https://raw.githubusercontent.com/frrobert2/lace/main/lacedreader > "${BASH_SOURCE[0]}"
+       curl https://gitlab.com/frrobert2/lace/-/raw/dev/lacedreader > "${BASH_SOURCE[0]}"
 fi