From 8bf1b3039cb5b396e7e6d3ac075656952edd56d5 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 28 Nov 2024 05:36:25 +0000 Subject: [PATCH] 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. --- contrib/guix/README.md | 2 +- doc/release-process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 5e05e1016e5..2df68753da4 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -31,7 +31,7 @@ section](#choosing-your-security-model) before proceeding to perform a build. In order to perform a build for macOS (which is included in the default set of platform triples to build), you'll need to extract the macOS SDK tarball using -tools found in the [`macdeploy` directory](../macdeploy/README.md). +tools found in the [`macdeploy` directory](../macdeploy/README.md#sdk-extraction). You can then either point to the SDK using the `SDK_PATH` environment variable: diff --git a/doc/release-process.md b/doc/release-process.md index 3769991c4d5..197ed8c0a4e 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