From: Tim Rühsen Date: Mon, 25 Feb 2019 09:36:36 +0000 (+0100) Subject: Fix URL of ABI compliance checker X-Git-Tag: gnutls_3_6_7~16^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bad4248b1f7ff2818ffb81b2167ef9e67006fb37;p=thirdparty%2Fgnutls.git Fix URL of ABI compliance checker Signed-off-by: Tim Rühsen --- diff --git a/README.md b/README.md index 75a06875fc..f3a4759f32 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ We require several tools to check out and build the software, including: * [AWK](https://www.gnu.org/software/awk/) (for make dist, pmccabe2html) * [bison](https://www.gnu.org/software/bison) (for datetime parser in certtool) * [libunbound](https://unbound.net/) (for DANE support) -* [abi-compliance-checker](https://ispras.linuxbase.org/index.php/ABI_compliance_checker) (for make dist) +* [abi-compliance-checker](https://lvc.github.io/abi-compliance-checker/) (for make dist) * [tcsd](https://trousers.sourceforge.net/) (for TPM support; optional) * [swtpm](https://github.com/stefanberger/swtpm) (for TPM test; optional) * [ncat](https://nmap.org/download.html) (for TPM test; optional)