about summary refs log tree commit diff
path: root/makeplan.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-03-28 19:41:44 -0500
committerZach DeCook <zachdecook@librem.one>2023-03-28 19:41:44 -0500
commite4edde537c199287636f9db8782b421391eba2d1 (patch)
tree9c0c6d1578b9b64851ab5596164fab88db3da3ff /makeplan.sh
parent56754b9642b1da1a45af5fe68db4c9e8a213bb6a (diff)
downloadcgi-bin-e4edde537c199287636f9db8782b421391eba2d1.tar.gz
update some stuff
Diffstat (limited to 'makeplan.sh')
-rw-r--r--makeplan.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeplan.sh b/makeplan.sh
index e87b5bc..28f1932 100644
--- a/makeplan.sh
+++ b/makeplan.sh
@@ -12,7 +12,7 @@ if [ -e /srv/gemini.zachdecook.com/oyb/$day.mp3 ]; then
 elif [ -e /srv/gemini.zachdecook.com/oyb/$day.ogg ]; then
 	echo "=> /oyb/$day.ogg Listen to today's reading by Zach!"
 fi
-echo "=>/cgi-bin/aoyb.sh/tomdooley/$(date +%m%d).mp3 Listen to today's reading by Tom Dooley © MasterMedia Ministries/Tyndale."
+echo "=>https://audio.oneyearbibleonline.com/tomdooley/$(date +%m%d).mp3 Listen to today's reading by Tom Dooley © MasterMedia Ministries/Tyndale."
 cd "$(dirname "$0")"
 echo "# Old Testament Reading"
 ./webp.py "$ot" |grep -v 'text/gemini'
@@ -27,6 +27,6 @@ echo "# Psalm"
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ps"
 
 echo "# Proverb"
-./lsv.py "$pr" | grep -v 'xt/ge'
+./net.sh "$pr" | grep -v 'xt/ge'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$pr"