From 9cdd11668aa275718fe0b85efc4b500f27be03c4 Mon Sep 17 00:00:00 2001 From: Yutaro Ohno Date: Sun, 16 Mar 2025 13:18:30 +0900 Subject: [PATCH] CONTRIBUTING: fix broken link to Apple's file_cmds --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f0d13607..e51df8f61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Now follows a very important warning: > other implementations. This means that **we cannot accept any changes based on > the GNU source code**. To make sure that cannot happen, **you cannot link to > the GNU source code** either. It is however possible to look at other implementations -> under a BSD or MIT license like [Apple's implementation](https://opensource.apple.com/source/file_cmds/) +> under a BSD or MIT license like [Apple's implementation](https://github.com/apple-oss-distributions/file_cmds/) > or [OpenBSD](https://github.com/openbsd/src/tree/master/bin). Finally, feel free to join our [Discord](https://discord.gg/wQVJbvJ)! @@ -304,7 +304,7 @@ completions: - [OpenBSD](https://github.com/openbsd/src/tree/master/bin) - [Busybox](https://github.com/mirror/busybox/tree/master/coreutils) - [Toybox (Android)](https://github.com/landley/toybox/tree/master/toys/posix) -- [Mac OS](https://opensource.apple.com/source/file_cmds/) +- [Mac OS](https://github.com/apple-oss-distributions/file_cmds/) - [V lang](https://github.com/vlang/coreutils) - [SerenityOS](https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities) - [Initial Unix](https://github.com/dspinellis/unix-history-repo)