diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-04-17 21:05:25 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-04-17 21:05:30 +0200 |
commit | 91da0772fcb9bd164d5dbd6f3e0202a078081a6e (patch) | |
tree | d20ec09d4ca098f99f3803248addef61e9c71f28 /functions/help.sh | |
parent | 4503eddbed52d5b37cbfa4f0489bc1080d1595a6 (diff) | |
download | vyos-live-build-91da0772fcb9bd164d5dbd6f3e0202a078081a6e.tar.gz vyos-live-build-91da0772fcb9bd164d5dbd6f3e0202a078081a6e.zip |
Updated URL for reporting bugs.
Diffstat (limited to 'functions/help.sh')
-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 } |