From 39eb7a3dd16233b16fb1e50fe30d55f5f86fbaa5 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 27 Feb 2018 12:31:42 +0100 Subject: maint: Point to the new URLs --- HACKING | 6 +++--- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index 73ddb8a..13598aa 100644 --- a/HACKING +++ b/HACKING @@ -1,16 +1,16 @@ CONTRIBUTING to p11-kit * Documentation on developing p11-kit: - http://p11-glue.freedesktop.org/doc/p11-kit/devel.html + https://p11-glue.github.io/p11-glue/p11-kit/manual/devel.html * Code available at: https://github.com/p11-glue/p11-kit * General Website: - http://p11-glue.freedesktop.org/p11-kit.html + https://p11-glue.github.io/p11-glue/p11-kit.html * Mailing list: p11-glue@lists.freedesktop.org * Report bugs here: - https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue + https://github.com/p11-glue/p11-kit/issues diff --git a/configure.ac b/configure.ac index dde92b4..a1ca013 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], [0.23.9], - [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], + [https://github.com/p11-glue/p11-kit/issues], [p11-kit], - [http://p11-glue.freedesktop.org/p11-kit.html]) + [https://p11-glue.github.io/p11-glue/p11-kit.html]) # ------------------------------------------------------------------------------ # p11-kit libtool versioning -- cgit v1.1