summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-09-21 17:41:01 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-09-21 17:41:01 -0400
commit10cb15e914bcf9257f14e09302fb4ab5b0aaf348 (patch)
treedf2a890554af9e6ae1fab0e30b830dedf08c4006 /README.md
parent5353347f23f4a0cb044d1d87d7747dedc71f525c (diff)
downloadbfs-10cb15e914bcf9257f14e09302fb4ab5b0aaf348.tar.xz
README: Fix a broken link to the NetBSD find manpage
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8f9e531..d613834 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ It is otherwise compatible with many versions of `find`, including
- [POSIX `find`](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html)
- [GNU `find`](https://www.gnu.org/software/findutils/)
-- {[Free](https://www.freebsd.org/cgi/man.cgi?find(1)),[Open](https://man.openbsd.org/find.1),[Net](http://netbsd.gw.com/cgi-bin/man-cgi?find+1+NetBSD-current)}BSD `find`
+- {[Free](https://www.freebsd.org/cgi/man.cgi?find(1)),[Open](https://man.openbsd.org/find.1),[Net](https://man.netbsd.org/find.1)}BSD `find`
- [macOS `find`](https://ss64.com/osx/find.html)
If you're not familiar with `find`, the [GNU find manual](https://www.gnu.org/software/findutils/manual/html_mono/find.html) provides a good introduction.