Fix a couple of missing links (#10708)

This commit is contained in:
Kit Ewbank 2016-12-13 17:07:12 -05:00 committed by Paul Stack
parent e6429900ba
commit a9f88ba6e4
1 changed files with 5 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<a href="/docs/providers/aws/d/vpc.html">aws_vpc</a>
</li>
<li<%= sidebar_current("docs-aws-datasource-vpc-endpoint-service") %>>
<a href="/docs/providers/aws/d/vpc.html">aws_vpc_endpoint_service</a>
<a href="/docs/providers/aws/d/vpc_endpoint_service.html">aws_vpc_endpoint_service</a>
</li>
</ul>
</li>
@ -1111,6 +1111,10 @@
<li<%= sidebar_current("docs-aws-resource-vpc-endpoint") %>>
<a href="/docs/providers/aws/r/vpc_endpoint.html">aws_vpc_endpoint</a>
</li>
<li<%= sidebar_current("docs-aws-resource-vpc-endpoint-route-table-association") %>>
<a href="/docs/providers/aws/r/vpc_endpoint_route_table_association.html">aws_vpc_endpoint_route_table_association</a>
</li>
<li<%= sidebar_current("docs-aws-resource-vpc-peering") %>>
<a href="/docs/providers/aws/r/vpc_peering.html">aws_vpc_peering_connection</a>