diff options
-rwxr-xr-x | functions/help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/help.sh b/functions/help.sh index f48d2a985..acd9d04dd 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -31,6 +31,6 @@ Help () echo fi - Echo "Report bugs to the Live Systems project <https://debian-live.alioth.debian.org/>." + Echo "Report bugs to the Live Systems project <https://wiki.debian.org/DebianLive>." exit 0 } |