Removed dead links in README.md
This commit is contained in:
parent
bfc93fd919
commit
6da2d7d011
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -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:
|
||||
|
||||
* [Linux x86](bin/linux/x86) (nmap, ncat, nping)
|
||||
* [Linux x86_64](bin/linux/x86_64) (nmap, ncat, nping)
|
||||
* [Linux armhf](bin/linux/armhf) (nmap, ncat, nping)
|
||||
* [Linux aarch64](bin/linux/aarch64) (nmap, ncat, nping)
|
||||
* [Windows x86](bin/windows/x86) (nmap)
|
||||
* Linux x86 (nmap, ncat, nping)
|
||||
* Linux x86_64 (nmap, ncat, nping)
|
||||
* Linux armhf (nmap, ncat, nping)
|
||||
* Linux aarch64 (nmap, ncat, nping)
|
||||
* Windows x86 (nmap)
|
||||
|
||||
### 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:
|
||||
|
||||
* [Linux x86](bin/linux/x86)
|
||||
* [Linux x86_64](bin/linux/x86_64)
|
||||
* Linux x86
|
||||
* Linux x86_64
|
||||
|
||||
## GDB
|
||||
|
||||
Precompiled versions of `gdb` and `gdbserver` are available for the following operating systems/architecturs:
|
||||
|
||||
* [Linux x86](bin/linux/x86)
|
||||
* [Linux x86_64](bin/linux/x86_64)
|
||||
* [Linux armhf](bin/linux/armhf)
|
||||
* [Linux aarch64](bin/linux/aarch64)
|
||||
* Linux x86
|
||||
* Linux x86_64
|
||||
* Linux armhf
|
||||
* Linux aarch64
|
||||
|
||||
# Building with Vagrant
|
||||
|
||||
|
|
Loading…
Reference in a new issue