summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-12-30 19:07:08 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-12-30 19:07:08 -0500
commitebcef71ef803940bff9ceb2c8d3ac5a1018bc084 (patch)
tree9b32f3842e799ced6fd44eb91b865566960da81c /README.md
parentb15adaba39749e26eafe7c2610ff3f8b4873883e (diff)
downloadbfs-ebcef71ef803940bff9ceb2c8d3ac5a1018bc084.tar.xz
README.md: Fix broken macOS find man page link
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 4fa2ef0..45aab89 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It is otherwise intended to be compatible with many versions of `find`, includin
- [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`
-- [macOS `find`](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/find.1.html)
+- [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.