Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 1c0d4fc

Browse files
authored
Remove links to feature coverage (#1637)
1 parent 6021d12 commit 1c0d4fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/en/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Whether you are testing complex CDK applications or Terraform configurations, or
1919
LocalStack supports a growing number of [AWS services]({{< ref "aws" >}}), like AWS [Lambda]({{< ref "user-guide/aws/lambda" >}}), [S3]({{< ref "user-guide/aws/s3" >}}), [DynamoDB]({{< ref "user-guide/aws/dynamodb" >}}), [Kinesis]({{< ref "user-guide/aws/kinesis" >}}), [SQS]({{< ref "user-guide/aws/sqs" >}}), [SNS]({{< ref "user-guide/aws/sns" >}}), and more!
2020
[LocalStack Pro](https://localstack.cloud/pricing) supports additional APIs and advanced features to make your cloud development experience a breeze!
2121

22-
You can find a comprehensive list of supported APIs on our [Feature Coverage]({{< ref "feature-coverage" >}}) page.
22+
You can find a comprehensive list of supported APIs on our [Feature Coverage]({{< ref "references/coverage" >}}) page.
2323

2424
LocalStack also provides additional features to make your life as a cloud developer easier!
2525
Check out LocalStack's [Cloud Developer Tools]({{< ref "user-guide/tools" >}}).

content/en/overview/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h5 class="card-title">LocalStack in CI</h5>
6363
</div>
6464

6565
<div class="entry col-sm-12 col-md-6 col-lg-4">
66-
<a class="card card-local-aws-services h-100" href="{{< ref "aws" >}}">
66+
<a class="card card-local-aws-services h-100" href="{{< ref "references/coverage" >}}">
6767
<div class="card-body">
6868
<h5 class="card-title">Local AWS Services</h5>
6969
<p class="card-text">Browse through the AWS Services that LocalStack emulates.</p>
@@ -104,7 +104,7 @@ <h5 class="card-title"><i class="fa fa-book"></i> Featured guides and articles</
104104
<li><a href="{{< ref "getting-started/auth-token" >}}">How do I get started with a LocalStack auth token?</a></li>
105105
<li><a href="{{< ref "user-guide/state-management/cloud-pods" >}}">What are Cloud Pods and how do I use them?</a></li>
106106
<li><a href="{{< ref "user-guide/lambda-tools" >}}">How LocalStack improves your Lambda developer experience</a></li>
107-
<li><a href="{{< ref "feature-coverage" >}}">Which AWS services does LocalStack support?</a></li>
107+
<li><a href="{{< ref "references/coverage" >}}">Which AWS services does LocalStack support?</a></li>
108108
<li><a href="{{< ref "user-guide/integrations/serverless-framework" >}}">How do I use the Serverless Framework with LocalStack?</a></li>
109109
</ul>
110110
</div>

content/en/references/network-troubleshooting/created-resources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide will explore different scenarios and provide detailed instructions on
1818

1919
For example, suppose you have created an OpenSearch cluster using LocalStack and want to access it from the same computer.
2020
In such a case, you can set the `LOCALSTACK_HOST` environment variable to specify the desired hostname and port that will be returned.
21-
Check out the [service-specific documentation]({{<ref "user-guide/aws/feature-coverage">}}) for more details.
21+
Check out the [service-specific documentation]({{<ref "references/coverage">}}) for more details.
2222

2323
## From a container LocalStack created
2424

content/en/user-guide/aws/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
layout: redirect
55
sitemap_exclude: true
66
weight: 1
7-
redirect: user-guide/aws/feature-coverage
7+
redirect: references/coverage
88
cascade:
99
type: docs
1010
aliases:

0 commit comments

Comments
 (0)