Skip to content

Commit 5159119

Browse files
authored
Updating old documentation links to point to new locations (#366)
## Description Updating old documentation links to point to new locations. docs.tinkerbell.org -> tinkerbell.org/docs/ ## Why is this needed Old documentation is confusing for new users.
2 parents d828a9e + ee2a094 commit 5159119

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v1beta1/tinkerbellmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type TinkerbellMachineSpec struct {
6161
ImageLookupOSVersion string `json:"imageLookupOSVersion,omitempty"`
6262

6363
// TemplateOverride overrides the default Tinkerbell template used by CAPT.
64-
// You can learn more about Tinkerbell templates here: https://docs.tinkerbell.org/templates/
64+
// You can learn more about Tinkerbell templates here: https://tinkerbell.org/docs/concepts/templates/
6565
// +optional
6666
TemplateOverride string `json:"templateOverride,omitempty"`
6767

config/crd/bases/infrastructure.cluster.x-k8s.io_tinkerbellmachines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ spec:
236236
templateOverride:
237237
description: |-
238238
TemplateOverride overrides the default Tinkerbell template used by CAPT.
239-
You can learn more about Tinkerbell templates here: https://docs.tinkerbell.org/templates/
239+
You can learn more about Tinkerbell templates here: https://tinkerbell.org/docs/concepts/templates/
240240
type: string
241241
type: object
242242
status:

config/crd/bases/infrastructure.cluster.x-k8s.io_tinkerbellmachinetemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228
templateOverride:
229229
description: |-
230230
TemplateOverride overrides the default Tinkerbell template used by CAPT.
231-
You can learn more about Tinkerbell templates here: https://docs.tinkerbell.org/templates/
231+
You can learn more about Tinkerbell templates here: https://tinkerbell.org/docs/concepts/templates/
232232
type: string
233233
type: object
234234
required:

0 commit comments

Comments
 (0)