Skip to content

Commit b20afd6

Browse files
Merge pull request #322 from smcavallo/fix-doc-links
2 parents 4cb45f9 + 217f62e commit b20afd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuring-a-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ further examples under `config/<group>/config.go` in their repositories.
262262

263263
_Please see [this figure] to understand why we really need 3 different functions
264264
to configure external names and, it visualizes which is used how:_
265-
![Alt text](../images/upjet-externalname.png) _Note that, initially, GetIDFn
265+
![Alt text](../docs/images/upjet-externalname.png) _Note that, initially, GetIDFn
266266
will use the external-name annotation to set the terraform.tfstate id and, after
267267
that, it uses the terraform.tfstate id to update the external-name annotation.
268268
For cases where both values are different, both GetIDFn and GetExternalNameFn
@@ -899,7 +899,7 @@ initializers for a resource.
899899
[Computed]: https://github.com/hashicorp/terraform-plugin-sdk/blob/e3325b095ef501cf551f7935254ce942c44c1af0/helper/schema/schema.go#L139
900900
[tags_all for jet AWS resources]: https://github.com/upbound/provider-aws/blob/main/config/overrides.go#L62
901901
[AWS region]: https://github.com/upbound/provider-aws/blob/main/config/overrides.go#L32
902-
[this figure]: ../images/upjet-externalname.png
902+
[this figure]: ../docs/images/upjet-externalname.png
903903
[Initializers]: #initializers
904904
[InitializerFns]: https://github.com/crossplane/upjet/blob/main/pkg/config/resource.go#L297
905905
[NewInitializerFn]: https://github.com/crossplane/upjet/blob/main/pkg/config/resource.go#L210

0 commit comments

Comments
 (0)