From 1b4e1e9c1a3dfd7ecacfdd2d3cdb75326a14ff99 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 8 Aug 2020 13:37:59 +0900 Subject: [PATCH] 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`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff120a..9c371df 100644 --- a/README.md +++ b/README.md @@ -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 ```