Removed dead links in README.md

This commit is contained in:
takeshix 2018-04-19 23:51:21 +02:00
parent bfc93fd919
commit 6da2d7d011

View file

@ -8,11 +8,11 @@ The Linux versions are compiled with the [musl-cross](https://github.com/takeshi
Precompiled versions of Nmap are available for the following operating systems/architectures: Precompiled versions of Nmap are available for the following operating systems/architectures:
* [Linux x86](bin/linux/x86) (nmap, ncat, nping) * Linux x86 (nmap, ncat, nping)
* [Linux x86_64](bin/linux/x86_64) (nmap, ncat, nping) * Linux x86_64 (nmap, ncat, nping)
* [Linux armhf](bin/linux/armhf) (nmap, ncat, nping) * Linux armhf (nmap, ncat, nping)
* [Linux aarch64](bin/linux/aarch64) (nmap, ncat, nping) * Linux aarch64 (nmap, ncat, nping)
* [Windows x86](bin/windows/x86) (nmap) * Windows x86 (nmap)
### Packaged Archives ### Packaged Archives
@ -22,17 +22,17 @@ For Nmap it is recommended to use one of the [packaged](packaged/) archives. The
Precompiled versions of socat are available for the following operating systems/architectures: Precompiled versions of socat are available for the following operating systems/architectures:
* [Linux x86](bin/linux/x86) * Linux x86
* [Linux x86_64](bin/linux/x86_64) * Linux x86_64
## GDB ## GDB
Precompiled versions of `gdb` and `gdbserver` are available for the following operating systems/architecturs: Precompiled versions of `gdb` and `gdbserver` are available for the following operating systems/architecturs:
* [Linux x86](bin/linux/x86) * Linux x86
* [Linux x86_64](bin/linux/x86_64) * Linux x86_64
* [Linux armhf](bin/linux/armhf) * Linux armhf
* [Linux aarch64](bin/linux/aarch64) * Linux aarch64
# Building with Vagrant # Building with Vagrant