From ae5afb4ea28ee66da350a2abb2ce683004bff680 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Mon, 29 Jan 2024 16:55:11 +0000 Subject: [PATCH] Fix link to v1alpha4 types Signed-off-by: killianmuldoon --- docs/proposals/20181121-machine-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposals/20181121-machine-api.md b/docs/proposals/20181121-machine-api.md index 081349ec2a59..aec1a88a60ae 100644 --- a/docs/proposals/20181121-machine-api.md +++ b/docs/proposals/20181121-machine-api.md @@ -41,7 +41,7 @@ performed in-place or via Node replacement. ## Proposal This proposal introduces a new API type: Machine. See the full definition in -[machine_types.go](../../api/v1alpha4/machine_types.go). +[machine_types.go](https://github.com/kubernetes-sigs/cluster-api/blob/release-0.4/api/v1alpha4/machine_types.go). A "Machine" is the declarative spec for a Node, as represented in Kubernetes core. If a new Machine object is created, a provider-specific controller will @@ -142,4 +142,4 @@ revisit the specifics when new patterns start to emerge in core. ## Types -Please see the full types [here](../../api/v1alpha4/machine_types.go). +Please see the full types [here](https://github.com/kubernetes-sigs/cluster-api/blob/release-0.4/api/v1alpha4/machine_types.go).