diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-02-25 10:36:36 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 10:59:34 +0100 |
commit | bad4248b1f7ff2818ffb81b2167ef9e67006fb37 (patch) | |
tree | b7c573683b80840c40eac2df3ebc2dc12651de4b | |
parent | 24644131b4b0ed283cb6d0d630dcf864339fe41e (diff) | |
download | gnutls-bad4248b1f7ff2818ffb81b2167ef9e67006fb37.tar.gz |
Fix URL of ABI compliance checker
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |