Skip to content

Commit ae5afb4

Browse files
Fix link to v1alpha4 types
Signed-off-by: killianmuldoon <[email protected]>
1 parent 6bbcfda commit ae5afb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/20181121-machine-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ performed in-place or via Node replacement.
4141
## Proposal
4242

4343
This proposal introduces a new API type: Machine. See the full definition in
44-
[machine_types.go](../../api/v1alpha4/machine_types.go).
44+
[machine_types.go](https://github.com/kubernetes-sigs/cluster-api/blob/release-0.4/api/v1alpha4/machine_types.go).
4545

4646
A "Machine" is the declarative spec for a Node, as represented in Kubernetes
4747
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.
142142

143143
## Types
144144

145-
Please see the full types [here](../../api/v1alpha4/machine_types.go).
145+
Please see the full types [here](https://github.com/kubernetes-sigs/cluster-api/blob/release-0.4/api/v1alpha4/machine_types.go).

0 commit comments

Comments
 (0)