From: Klas Lindfors Date: Tue, 17 Sep 2013 08:32:04 +0000 (+0200) Subject: update webpage references X-Git-Tag: v1.14.2~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a088295fc12ff4f0007efbbf282e8001a7f419;p=yubikey-personalization update webpage references --- diff --git a/configure.ac b/configure.ac index 7887005..972ed98 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_INIT([yubikey-personalization], [1.14.2], [yubico-devel@googlegroups.com], [ykpers], - [http://yubico.github.io/yubikey-personalization/]) + [http://opensource.yubico.com/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -62,7 +62,7 @@ AC_LIB_HAVE_LINKFLAGS(yubikey,, [#include ], [yubikey_modhex_p("foo")]) if test "$ac_cv_libyubikey" != yes; then - AC_MSG_ERROR([libyubikey v1.5+ not found, see http://code.google.com/p/yubico-c/]) + AC_MSG_ERROR([libyubikey v1.5+ not found, see http://opensource.yubico.com/yubico-c/]) fi AC_ARG_WITH([backend],