Fix bug link
authorScott Cantor <cantor.2@osu.edu>
Thu, 16 Jun 2011 13:38:33 +0000 (13:38 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 16 Jun 2011 13:38:33 +0000 (13:38 +0000)
config_win32.h
configure.ac

index 1d74f7a..5718055 100644 (file)
 #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"
index f546060..6573efa 100644 (file)
@@ -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)