From 2f644a86749aadb631dbff69853c20bf3caa5750 Mon Sep 17 00:00:00 2001 From: Dietrich Epp Date: Thu, 7 Apr 2022 23:45:11 -0400 Subject: [PATCH] Fix broken Markdown link --- docs/tech/filesystems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tech/filesystems.md b/docs/tech/filesystems.md index c61984e..ffdb91e 100644 --- a/docs/tech/filesystems.md +++ b/docs/tech/filesystems.md @@ -34,7 +34,7 @@ Filenames are stored in UTF-16, decomposed using the rules from Unicode 2.1 (up See [Apple Technical Note TN1150: HFS Plus Volume Format][tn1150]. -[tn1105]: https://developer.apple.com/library/archive/technotes/tn/tn1150.html +[tn1150]: https://developer.apple.com/library/archive/technotes/tn/tn1150.html There is a variant of HFS Plus called HFSX. The major difference between normal HFS Plus and HFSX is that HFSX does not carry an HFS wrapper for backwards compatibility with systems that do not support HFS Plus.