diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-12-30 19:07:08 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-12-30 19:07:08 -0500 |
commit | ebcef71ef803940bff9ceb2c8d3ac5a1018bc084 (patch) | |
tree | 9b32f3842e799ced6fd44eb91b865566960da81c | |
parent | b15adaba39749e26eafe7c2610ff3f8b4873883e (diff) | |
download | bfs-ebcef71ef803940bff9ceb2c8d3ac5a1018bc084.tar.xz |
README.md: Fix broken macOS find man page link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |