Skip to content

Commit 5de3a39

Browse files
website: correct link to aws_route53_zone data source
This data source originally had a different name but was renamed during code review. The docs link was missed during that renaming. This fixes hashicorp#10972.
1 parent 402a8fe commit 5de3a39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/source/layouts/aws.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<li<%= sidebar_current("docs-aws-datasource-elb-service-account") %>>
5151
<a href="/docs/providers/aws/d/elb_service_account.html">aws_elb_service_account</a>
5252
</li>
53-
<li<%= sidebar_current("docs-aws-datasource-hosted-zone") %>>
54-
<a href="/docs/providers/aws/d/hosted_zone.html">aws_hosted_zone</a>
53+
<li<%= sidebar_current("docs-aws-datasource-route53-zone") %>>
54+
<a href="/docs/providers/aws/d/route53_zone.html">aws_route53_zone</a>
5555
</li>
5656
<li<%= sidebar_current("docs-aws-datasource-iam-account-alias") %>>
5757
<a href="/docs/providers/aws/d/iam_account_alias.html">aws_iam_account_alias</a>

0 commit comments

Comments
 (0)