Skip to content

Commit

Permalink
Merge pull request #322 from smcavallo/fix-doc-links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Jan 5, 2024
2 parents 4cb45f9 + 217f62e commit b20afd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuring-a-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ further examples under `config/<group>/config.go` in their repositories.

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

0 comments on commit b20afd6

Please sign in to comment.