summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-02-25 10:32:24 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-13 10:59:34 +0100
commit24644131b4b0ed283cb6d0d630dcf864339fe41e (patch)
tree0c347d8f4b2d243164351c0c31998e9e75cd3eb7
parent8c734df4b5b1496fa44586d3490693b35fb04d9a (diff)
downloadgnutls-24644131b4b0ed283cb6d0d630dcf864339fe41e.tar.gz
Fix URLs of p11-kit
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--INSTALL.md2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
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)