From a184a27b3b41e67165dc097ec87fc6716777ff57 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Mon, 12 Dec 2022 11:56:38 +0000 Subject: [PATCH] Fix broken links in book Signed-off-by: killianmuldoon --- docs/book/src/developer/guide.md | 2 +- docs/proposals/20220414-runtime-hooks.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/developer/guide.md b/docs/book/src/developer/guide.md index 6527e1a2b2bd..fbb6e275ad55 100644 --- a/docs/book/src/developer/guide.md +++ b/docs/book/src/developer/guide.md @@ -133,7 +133,7 @@ information on each suite. Now you can [create CAPI objects][qs]! To test another iteration, you'll need to follow the steps to build, push, update the manifests, and apply. -[qs]: ../user/quick-start.md#usage +[qs]: ../user/quick-start.md ## Videos explaining CAPI architecture and code walkthroughs diff --git a/docs/proposals/20220414-runtime-hooks.md b/docs/proposals/20220414-runtime-hooks.md index 25b9d97c7823..6559f37e0a8b 100644 --- a/docs/proposals/20220414-runtime-hooks.md +++ b/docs/proposals/20220414-runtime-hooks.md @@ -39,7 +39,7 @@ superseded-by: * [Adding Cluster info to request vs providing only the Cluster name](#adding-cluster-info-to-request-vs-providing-only-the-cluster-name) * [Embedding CAPI types in request vs using runtime.RawExtension](#embedding-capi-types-in-request-vs-using-runtimerawextension) * [Upgrade Strategy](#upgrade-strategy) - * [Cluster API version upgrade](#clusterapi-version-upgrade) + * [Cluster API version upgrade](#cluster-api-version-upgrade) * [Kubernetes version upgrade](#kubernetes-version-upgrade) * [Additional Details](#additional-details) * [Test Plan](#test-plan)