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).