Skip to content

Commit 91456e4

Browse files
authored
Merge pull request #7460 from ohno418/fix-apple-source-link
CONTRIBUTING: fix broken link to Apple's file_cmds
2 parents 0b228cf + 9cdd116 commit 91456e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Now follows a very important warning:
1919
> other implementations. This means that **we cannot accept any changes based on
2020
> the GNU source code**. To make sure that cannot happen, **you cannot link to
2121
> the GNU source code** either. It is however possible to look at other implementations
22-
> under a BSD or MIT license like [Apple's implementation](https://opensource.apple.com/source/file_cmds/)
22+
> under a BSD or MIT license like [Apple's implementation](https://github.com/apple-oss-distributions/file_cmds/)
2323
> or [OpenBSD](https://github.com/openbsd/src/tree/master/bin).
2424
2525
Finally, feel free to join our [Discord](https://discord.gg/wQVJbvJ)!
@@ -304,7 +304,7 @@ completions:
304304
- [OpenBSD](https://github.com/openbsd/src/tree/master/bin)
305305
- [Busybox](https://github.com/mirror/busybox/tree/master/coreutils)
306306
- [Toybox (Android)](https://github.com/landley/toybox/tree/master/toys/posix)
307-
- [Mac OS](https://opensource.apple.com/source/file_cmds/)
307+
- [Mac OS](https://github.com/apple-oss-distributions/file_cmds/)
308308
- [V lang](https://github.com/vlang/coreutils)
309309
- [SerenityOS](https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities)
310310
- [Initial Unix](https://github.com/dspinellis/unix-history-repo)

0 commit comments

Comments
 (0)