summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgiawa <giawa@web>2023-08-07 20:56:49 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2023-08-07 20:56:49 +0200
commitf9c2b46293e4546ded066fdcc0454cc219219e4b (patch)
tree9c91711e83cea1fe11508690b1de5f69496bdf71
parent72feddfbf2a940c43374c12126ba2e2dd79bf6fd (diff)
Apple links were dead, update link to XNU repository
-rw-r--r--microkernel/mach.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn
index df1a3dab..3abb548d 100644
--- a/microkernel/mach.mdwn
+++ b/microkernel/mach.mdwn
@@ -24,9 +24,7 @@ microkernel currently used by the [[Hurd]].
# Implementations
* [[GNU_Mach|gnumach]]
- * [Apple's Darwin](http://developer.apple.com/darwin/)
- ([API](http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/index.html))
- (**non-free**)
+ * [Apple's XNU (Darwin)](https://github.com/apple-oss-distributions/xnu) (**non-free**)
* [[open_issues/OSF_Mach]]