diff --git a/Makefile.am b/Makefile.am index 969c6ec..594a22b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 bin_SCRIPTS = caca-config webhost = poulet.zoy.org -webdir = /srv/libcaca.zoy.org/var/www/ +webdir = /srv/caca.zoy.org/var/www/ upload: upload-source upload-doc diff --git a/src/img2txt.c b/src/img2txt.c index 1a5a462..5c0971b 100644 --- a/src/img2txt.c +++ b/src/img2txt.c @@ -86,7 +86,7 @@ static void version(void) "img2txt, along with its documentation, may be freely copied and distributed.\n" "\n" "The latest version of img2txt is available from the web site,\n" - " http://libcaca.zoy.org/ in the libcaca package.\n" + " http://caca.zoy.org/wiki/libcaca in the libcaca package.\n" "\n", caca_get_version(), __DATE__); }