From b424aafa9cfdf9435d5d6f1be099b0530a717169 Mon Sep 17 00:00:00 2001 From: tomasmota Date: Tue, 27 Feb 2024 12:18:55 +0100 Subject: [PATCH] fix link in docs Signed-off-by: tomasmota --- docs/configuring-a-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-a-resource.md b/docs/configuring-a-resource.md index a3f253e1..87cdf113 100644 --- a/docs/configuring-a-resource.md +++ b/docs/configuring-a-resource.md @@ -875,7 +875,7 @@ initializers for a resource. [import section of aws_vpc]: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc#import [arguments list]: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc#argument-reference [example usages]: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc#example-usage -[IdentifierFromProvider]: https://github.com/crossplane/upjet/blob/main/config/externalname.go#L42 +[IdentifierFromProvider]: https://github.com/crossplane/upjet/blob/main/pkg/config/externalname.go#L42 [a similar identifier]: https://www.terraform.io/docs/glossary#id [import section of azurerm_sql_server]: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/sql_server#import [handle dependencies]: https://docs.crossplane.io/master/concepts/managed-resources/#referencing-other-resources