From 44d2940924b50109f008344444780f6119b46d89 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 Jul 2019 11:47:12 +0200 Subject: [PATCH] Replace TODOs --- bibliotecha.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bibliotecha.sh b/bibliotecha.sh index 19c6e41..d843782 100755 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -156,7 +156,7 @@ function configure_network_interfaces { echo "" echo "Could not determine the ethernet interface" echo "Please ensure you've configure 'predictable network interfaces'" - echo "Please see #TODO for more" + echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "" exit 1 fi @@ -174,7 +174,7 @@ function configure_network_interfaces { echo "" echo "Could not determine the wireless interface" echo "Please ensure you've configure 'predictable network interfaces'" - echo "Please see #TODO for more" + echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "" exit 1 fi @@ -197,7 +197,7 @@ function configure_dnsmasq { echo "" echo "Could not determine the wireless interface" echo "Please ensure you've configure 'predictable network interfaces'" - echo "Please see #TODO for more" + echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "" exit 1 fi @@ -226,7 +226,7 @@ function configure_hostapd { echo "" echo "Could not determine the wireless interface" echo "Please ensure you've configure 'predictable network interfaces'" - echo "Please see #TODO for more" + echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "" exit 1 fi @@ -355,7 +355,7 @@ function show_post_install_banner { echo "Please see the manual for post-installation tasks" echo "And help with troubleshooting the network configuration" echo "" - echo " https://manual.bibliotecha.info/#TODO" + echo " https://manual.bibliotecha.info/#troubleshooting" echo "" }