diff --git a/configure.ac b/configure.ac index d4717f04..bb99624f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) AC_INIT([Geany], [1.31], - [https://sourceforge.net/tracker/?group_id=153444&atid=787791]) + [https://github.com/geany/geany/issues]) AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])