From: Tim Rühsen Date: Mon, 25 Feb 2019 09:32:24 +0000 (+0100) Subject: Fix URLs of p11-kit X-Git-Tag: gnutls_3_6_7~16^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24644131b4b0ed283cb6d0d630dcf864339fe41e;p=thirdparty%2Fgnutls.git Fix URLs of p11-kit Signed-off-by: Tim Rühsen --- diff --git a/INSTALL.md b/INSTALL.md index 08faaa7469..aa2c5fd5d4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -41,7 +41,7 @@ The library depends on libnettle and gmplib. Optionally it may use the following libraries: * libtasn1: For ASN.1 parsing (a copy is included, if not found), https://www.gnu.org/software/libtasn1/ -* p11-kit: for smart card support, https://p11-glue.freedesktop.org/p11-kit.html +* p11-kit: for smart card support, https://p11-glue.github.io/p11-glue/p11-kit.html * libtspi: for Trusted Platform Module (TPM) support, https://trousers.sourceforge.net/ * libunbound: For DNSSEC/DANE support, https://unbound.net/ * libz: For compression support, https://www.zlib.net/ diff --git a/README.md b/README.md index b15fc2757d..75a06875fc 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ We require several tools to check out and build the software, including: * [Perl](https://www.cpan.org/) * [Nettle](https://www.lysator.liu.se/~nisse/nettle/) * [Guile](https://www.gnu.org/software/guile/) -* [p11-kit](https://p11-glue.freedesktop.org/p11-kit.html) +* [p11-kit](https://p11-glue.github.io/p11-glue/p11-kit.html) * [gperf](https://www.gnu.org/software/gperf/) * [libtasn1](https://www.gnu.org/software/libtasn1/) (optional) * [Libidn2](https://www.gnu.org/software/libidn/#libidn2) (optional, for internationalization of DNS, IDNA 2008)