Skip to content

Commit a411d64

Browse files
chore: relative links
Signed-off-by: Mark Anderson-Trocme <[email protected]>
1 parent 75ac810 commit a411d64

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

content/master/guides/import-existing-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 200
55

66
If you have resources that are already provisioned in a Provider,
77
you can import them as managed resources and let Crossplane manage them.
8-
A managed resource's [`managementPolicies`]({{<ref "/v1.16/concepts/managed-resources#managementpolicies">}})
8+
A managed resource's [`managementPolicies`]({{<ref "../concepts/managed-resources#managementpolicies">}})
99
field enables importing external resources into Crossplane.
1010

1111
Crossplane can import resources either [manually]({{<ref "#import-resources-manually">}})
@@ -84,7 +84,7 @@ managed resource `spec` changes the external resource.
8484

8585
## Import resources automatically
8686

87-
Automatically import external resources with an `Observe` [management policy]({{<ref "/v1.16/concepts/managed-resources#managementpolicies">}}).
87+
Automatically import external resources with an `Observe` [management policy]({{<ref "../concepts/managed-resources#managementpolicies">}}).
8888

8989
Crossplane imports observe only resources but never changes or deletes the
9090
resources.
@@ -282,4 +282,4 @@ status:
282282
```
283283

284284
Crossplane now fully manages the imported resource. Crossplane applies any
285-
changes to the managed resource in the Provider's external resource.
285+
changes to the managed resource in the Provider's external resource.

content/v1.17/guides/import-existing-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 200
55

66
If you have resources that are already provisioned in a Provider,
77
you can import them as managed resources and let Crossplane manage them.
8-
A managed resource's [`managementPolicies`]({{<ref "/v1.19/concepts/managed-resources#managementpolicies">}})
8+
A managed resource's [`managementPolicies`]({{<ref "../concepts/managed-resources#managementpolicies">}})
99
field enables importing external resources into Crossplane.
1010

1111
Crossplane can import resources either [manually]({{<ref "#import-resources-manually">}})
@@ -84,7 +84,7 @@ managed resource `spec` changes the external resource.
8484

8585
## Import resources automatically
8686

87-
Automatically import external resources with an `Observe` [management policy]({{<ref "/v1.19/concepts/managed-resources#managementpolicies">}}).
87+
Automatically import external resources with an `Observe` [management policy]({{<ref "../concepts/managed-resources#managementpolicies">}}).
8888

8989
Crossplane imports observe only resources but never changes or deletes the
9090
resources.

content/v1.18/guides/import-existing-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 200
55

66
If you have resources that are already provisioned in a Provider,
77
you can import them as managed resources and let Crossplane manage them.
8-
A managed resource's [`managementPolicies`]({{<ref "/v1.19/concepts/managed-resources#managementpolicies">}})
8+
A managed resource's [`managementPolicies`]({{<ref "../concepts/managed-resources#managementpolicies">}})
99
field enables importing external resources into Crossplane.
1010

1111
Crossplane can import resources either [manually]({{<ref "#import-resources-manually">}})
@@ -84,7 +84,7 @@ managed resource `spec` changes the external resource.
8484

8585
## Import resources automatically
8686

87-
Automatically import external resources with an `Observe` [management policy]({{<ref "/v1.19/concepts/managed-resources#managementpolicies">}}).
87+
Automatically import external resources with an `Observe` [management policy]({{<ref "../concepts/managed-resources#managementpolicies">}}).
8888

8989
Crossplane imports observe only resources but never changes or deletes the
9090
resources.

content/v1.19/guides/import-existing-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 200
55

66
If you have resources that are already provisioned in a Provider,
77
you can import them as managed resources and let Crossplane manage them.
8-
A managed resource's [`managementPolicies`]({{<ref "/v1.19/concepts/managed-resources#managementpolicies">}})
8+
A managed resource's [`managementPolicies`]({{<ref "../concepts/managed-resources#managementpolicies">}})
99
field enables importing external resources into Crossplane.
1010

1111
Crossplane can import resources either [manually]({{<ref "#import-resources-manually">}})
@@ -84,7 +84,7 @@ managed resource `spec` changes the external resource.
8484

8585
## Import resources automatically
8686

87-
Automatically import external resources with an `Observe` [management policy]({{<ref "/v1.19/concepts/managed-resources#managementpolicies">}}).
87+
Automatically import external resources with an `Observe` [management policy]({{<ref "../concepts/managed-resources#managementpolicies">}}).
8888

8989
Crossplane imports observe only resources but never changes or deletes the
9090
resources.

0 commit comments

Comments
 (0)