diff options
author | Jeremy Rand <jeremyrand@danwin1210.de> | 2024-11-28 05:36:25 +0000 |
---|---|---|
committer | Jeremy Rand <jeremyrand@danwin1210.de> | 2024-11-28 05:36:25 +0000 |
commit | 8bf1b3039cb5b396e7e6d3ac075656952edd56d5 (patch) | |
tree | 71613ac49bda402177aac847906498de06ba33aa /doc | |
parent | 7590e93bc73b3bbac641f05d490fd5c984156b33 (diff) |
doc: Use more precise anchor links to Xcode SDK extraction
The "SDK Extraction" section is what users presumably are looking for
when they follow these links.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 3769991c4d..197ed8c0a4 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -134,7 +134,7 @@ git -C ./guix.sigs pull ### Create the macOS SDK tarball (first time, or when SDK version changes) Create the macOS SDK tarball, see the [macdeploy -instructions](/contrib/macdeploy/README.md#deterministic-macos-app-notes) for +instructions](/contrib/macdeploy/README.md#sdk-extraction) for details. ### Build and attest to build outputs |