Fix a link to ubuntu official page

Currently, https://packages.ubuntu.com/disco/fd-find shows an error.
This is because of the package page that unsupported version was removed.

So I removed the version from the link. That link shows a search result of `fd-find`
and can find OSs that can install `fd-find`.
This commit is contained in:
yuuji.yaginuma 2020-08-08 13:37:59 +09:00 committed by David Peter
parent 6f2c8cdf91
commit 1b4e1e9c1a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ The number of threads used for command execution can be set with the `--threads`
*... and other Debian-based Linux distributions.*
If you run Ubuntu 19.04 (Disco Dingo) or newer, you can install the
[officially maintained package](https://packages.ubuntu.com/disco/fd-find):
[officially maintained package](https://packages.ubuntu.com/fd-find):
```
sudo apt install fd-find
```