From: Scott Cantor Date: Thu, 16 Jun 2011 13:38:33 +0000 (+0000) Subject: Fix bug link X-Git-Tag: 2.5.0~272 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=bdd257beec7ed612e19991d69d95e91f1cb76946 Fix bug link --- diff --git a/config_win32.h b/config_win32.h index 1d74f7a..5718055 100644 --- a/config_win32.h +++ b/config_win32.h @@ -126,7 +126,7 @@ #define PACKAGE "shibboleth" /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "https://bugs.internet2.edu/" +#define PACKAGE_BUGREPORT "https://issues.shibboleth.net/" /* Define to the full name of this package. */ #define PACKAGE_NAME "shibboleth" diff --git a/configure.ac b/configure.ac index f546060..6573efa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([shibboleth],[2.5],[https://bugs.internet2.edu/],[shibboleth]) +AC_INIT([shibboleth],[2.5],[https://issues.shibboleth.net/],[shibboleth]) AC_CONFIG_SRCDIR(shibsp) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4)