We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217110 commit a144139Copy full SHA for a144139
configure.ac
@@ -16,8 +16,8 @@
16
## along with this library. If not, see <http://www.gnu.org/licenses/>.
17
18
AC_INIT([libsigc++], [2.10.0],
19
- [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
20
- [libsigc++], [http://libsigc.sourceforge.net/])
+ [https://github.com/libsigcplusplus/libsigcplusplus/issues/],
+ [libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
21
AC_PREREQ([2.59])
22
23
AC_CONFIG_SRCDIR([sigc++/sigc++.h])
0 commit comments