diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-04-17 21:06:58 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-04-17 21:06:58 +0200 |
commit | 599ef4892e2be6deb3710465f79ad71dcfb5af42 (patch) | |
tree | ae4b4e23358ed6f8cb24a441c585f45fe089ecc0 | |
parent | 91da0772fcb9bd164d5dbd6f3e0202a078081a6e (diff) | |
download | vyos-live-build-599ef4892e2be6deb3710465f79ad71dcfb5af42.tar.gz vyos-live-build-599ef4892e2be6deb3710465f79ad71dcfb5af42.zip |
Updated URL for po4a.
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 563ca503b..e7eae197a 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -42,7 +42,7 @@ build: check po4a.cfg @if [ ! -x "$$(which po4a 2>/dev/null)" ]; \ then \ echo "E: po4a - command not found"; \ - echo "I: po4a can be obtained from http://po4a.alioth.debian.org/"; \ + echo "I: po4a can be obtained from https://po4a.org"; \ echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \ exit 1; \ fi |