build: fixup url

Fixup url in configure.ac to point to issues page.

Change-Id: Ife6a259cfd830c03d24ffc333dc3780aab8531df
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac
index 3da993d..9582613 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Initialization
 AC_PREREQ([2.69])
-AC_INIT([swampd], [1.0], [https://www.google.com])
+AC_INIT([swampd], [1.0], [https://github.com/openbmc/phosphor-pid-control/issues])
 AC_LANG([C++])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])