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

Commit c54d48a

Browse files
Replace hardcoded URLs with ref shortcodes
1 parent 4cee4db commit c54d48a

File tree

33 files changed

+43
-43
lines changed

33 files changed

+43
-43
lines changed

content/en/user-guide/aws/acm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ACM supports securing multiple domain names and subdomains and can create wildca
1313
You can also use ACM to import certificates from third-party certificate authorities or to generate private certificates for internal use.
1414

1515
LocalStack allows you to use the ACM APIs to create, list, and delete certificates.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_acm/), which provides information on the extent of ACM's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_acm" >}}), which provides information on the extent of ACM's integration with LocalStack.
1717

1818
## Getting started
1919

content/en/user-guide/aws/appsync/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AppSync is a managed service provided by Amazon Web Services (AWS) that enables
1111
AppSync allows you to define your data models and business logic using a declarative approach, and connect to various data sources, including other AWS services, relational databases, and custom data sources.
1212

1313
LocalStack allows you to use the AppSync APIs in your local environment to connect your applications and services to data and events.
14-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_appsync/), which provides information on the extent of AppSync's integration with LocalStack.
14+
The supported APIs are available on our [API coverage page]({{< ref "coverage_appsync" >}}), which provides information on the extent of AppSync's integration with LocalStack.
1515

1616
## Getting started
1717

content/en/user-guide/aws/athena/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Athena allows users to create ad-hoc queries to perform data analysis, filter, a
1212
It supports various file formats, such as JSON, Parquet, and CSV, making it compatible with a wide range of data sources.
1313

1414
LocalStack allows you to configure the Athena APIs with a Hive metastore that can connect to the S3 API and query your data directly in your local environment.
15-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_athena/), which provides information on the extent of Athena's integration with LocalStack.
15+
The supported APIs are available on our [API coverage page]({{< ref "coverage_athena" >}}), which provides information on the extent of Athena's integration with LocalStack.
1616

1717
## Getting started
1818

content/en/user-guide/aws/backup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Backup supports a wide range of AWS resources, including Elastic Block Store (EB
1515
Backup enables you to set backup retention policies, allowing you to specify how long you want to retain your backup copies.
1616

1717
LocalStack allows you to use the Backup APIs in your local environment to manage backup plans, create scheduled or on-demand backups of certain resource types.
18-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_backup/), which provides information on the extent of Backup's integration with LocalStack.
18+
The supported APIs are available on our [API coverage page]({{< ref "coverage_backup" >}}), which provides information on the extent of Backup's integration with LocalStack.
1919

2020
## Getting started
2121

content/en/user-guide/aws/batch/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Batch is a cloud-based service provided by Amazon Web Services (AWS) that simpli
1111
Batch allows you to efficiently process large volumes of data and run batch jobs without the need to manage and provision underlying compute resources.
1212

1313
LocalStack allows you to use the Batch APIs to automate and scale computational tasks in your local environment while handling batch workloads.
14-
The supported APIs are available on our [API Coverage Page](https://docs.localstack.cloud/references/coverage/coverage_batch/), which provides information on the extent of Batch integration with LocalStack.
14+
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_batch" >}}), which provides information on the extent of Batch integration with LocalStack.
1515

1616
## Getting started
1717

content/en/user-guide/aws/ce/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Cost Explorer offers options to filter and group data by dimensions such as serv
1313
With Cost Explorer, you can forecast costs, track budget progress, and set up alerts to receive notifications when spending exceeds predefined thresholds.
1414

1515
LocalStack allows you to use the Cost Explorer APIs in your local environment to create and manage cost category definition, cost anomaly monitors & subscriptions.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_ce/), which provides information on the extent of Cost Explorer's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_ce" >}}), which provides information on the extent of Cost Explorer's integration with LocalStack.
1717

1818
## Getting started
1919

content/en/user-guide/aws/cloudfront/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CloudFront distributes its web content, videos, applications, and APIs with low
1414
CloudFront APIs allow you to configure distributions, customize cache behavior, secure content with access controls, and monitor the CDN's performance through real-time metrics.
1515

1616
LocalStack allows you to use the CloudFront APIs in your local environment to create local CloudFront distributions to transparently access your applications and file artifacts.
17-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_cloudfront/), which provides information on the extent of CloudFront's integration with LocalStack.
17+
The supported APIs are available on our [API coverage page]({{< ref "coverage_cloudfront" >}}), which provides information on the extent of CloudFront's integration with LocalStack.
1818

1919
## Getting started
2020

@@ -78,7 +78,7 @@ You can enable this feature by setting `CLOUDFRONT_LAMBDA_EDGE=1` in your LocalS
7878

7979
### Current limitations
8080

81-
- The [`UpdateDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html), [`DeleteDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteDistribution.html), and [`Persistence Restore`](https://docs.localstack.cloud/user-guide/state-management/persistence/) features are not yet supported for Lambda@Edge.
81+
- The [`UpdateDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html), [`DeleteDistribution`](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteDistribution.html), and [`Persistence Restore`]({{< ref "persistence" >}}) features are not yet supported for Lambda@Edge.
8282
- The `origin-request` and `origin-response` event types currently trigger for each request because caching is not implemented in CloudFront.
8383

8484
## Using custom URLs

content/en/user-guide/aws/codecommit/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can also use standard Git commands or CodeCommit APIs (using AWS CLI or SDKs
1515
CodeCommit also uses identity-based policies, which can be attached to IAM users, groups, and roles, ensuring secure and granular access control.
1616

1717
LocalStack allows you to use the CodeCommit APIs in your local environment to create new repositories, push your commits, and manage the repositories.
18-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_codecommit/), which provides information on the extent of CodeCommit's integration with LocalStack.
18+
The supported APIs are available on our [API coverage page]({{< ref "coverage_codecommit" >}}), which provides information on the extent of CodeCommit's integration with LocalStack.
1919

2020
## Getting started
2121

content/en/user-guide/aws/dms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AWS Database Migration Service provides migration solution from databases, data
1111
The migration can be homogeneous (source and target have the same type), but often times is heterogeneous as it supports migration from various sources to various targets (self-hosted and AWS services).
1212

1313
LocalStack only supports selected use cases for DMS at the moment.
14-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_dms/), which provides information on the extent of DMS integration with LocalStack.
14+
The supported APIs are available on our [API coverage page]({{< ref "coverage_dms" >}}), which provides information on the extent of DMS integration with LocalStack.
1515

1616
{{< callout "note">}}
1717
DMS is in a preview state, supporting only [selected use cases](#supported-use-cases).

content/en/user-guide/aws/dynamodbstreams/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The stream records are written to a DynamoDB stream, which is an ordered flow of
1111
DynamoDB Streams records data in near-real time, enabling you to develop workflows that process these streams and respond based on their contents.
1212

1313
LocalStack supports DynamoDB Streams, allowing you to create and manage streams in a local environment.
14-
The supported APIs are available on our [DynamoDB Streams coverage page](https://docs.localstack.cloud/references/coverage/coverage_dynamodbstreams/), which provides information on the extent of DynamoDB Streams integration with LocalStack.
14+
The supported APIs are available on our [DynamoDB Streams coverage page]({{< ref "coverage_dynamodbstreams" >}}), which provides information on the extent of DynamoDB Streams integration with LocalStack.
1515

1616
## Getting started
1717

0 commit comments

Comments
 (0)