Skip to content

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Elastic Compute Cloud (EC2) is a core service within Amazon Web Services (AWS) t
1313
EC2 enables users to launch and manage virtual machines, referred to as instances.
1414

1515
LocalStack allows you to use the EC2 APIs in your local environment to create and manage EC2 instances and related resources such as VPCs, EBS volumes, etc.
16-
The list of supported APIs can be found on the [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_ec2/).
16+
The list of supported APIs can be found on the [API coverage page]({{< ref "coverage_ec2" >}}).
1717

1818
## Getting started
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EFS offers scalable and shared file storage that can be accessed by multiple EC2
1313
EFS utilizes the Network File System protocol to allow it to be used as a data source for various applications and workloads.
1414

1515
LocalStack allows you to use the EFS APIs in your local environment to create local file systems, lifecycle configurations, and file system policies.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_efs/), which provides information on the extent of EFS's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_efs" >}}), which provides information on the extent of EFS's integration with LocalStack.
1717

1818
## Getting started
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Elastic Kubernetes Service (EKS) is a managed Kubernetes service that makes it e
1313
Kubernetes is an open-source system for automating containerized applications' deployment, scaling, and management.
1414

1515
LocalStack allows you to use the EKS APIs in your local environment to spin up embedded Kubernetes clusters in your local Docker engine or use an existing Kubernetes installation you can access from your local machine (defined in `$HOME/.kube/config`).
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_eks/), which provides information on the extent of EKS's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_eks" >}}), which provides information on the extent of EKS's integration with LocalStack.
1717

1818
## Getting started
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EventBridge rules are tied to an Event Bus to manage event-driven workflows.
1414
You can use either identity-based or resource-based policies to control access to EventBridge resources, where the former can be attached to IAM users, groups, and roles, and the latter can be attached to specific AWS resources.
1515

1616
LocalStack allows you to use the EventBridge APIs in your local environment to create rules that route events to a target.
17-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_events/), which provides information on the extent of EventBridge's integration with LocalStack.
17+
The supported APIs are available on our [API coverage page]({{< ref "coverage_events" >}}), which provides information on the extent of EventBridge's integration with LocalStack.
1818
For information on EventBridge Pipes, please refer to the [EventBridge Pipes]({{< ref "user-guide/aws/pipes" >}}) section.
1919

2020
{{< callout >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Data Firehose is a service provided by AWS that allows you to extract, transform
1717
With Data Firehose, you can ingest and deliver real-time data from different sources as it automates data delivery, handles buffering and compression, and scales according to the data volume.
1818

1919
LocalStack allows you to use the Data Firehose APIs in your local environment to load and transform real-time data.
20-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_firehose/), which provides information on the extent of Data Firehose's integration with LocalStack.
20+
The supported APIs are available on our [API coverage page]({{< ref "coverage_firehose" >}}), which provides information on the extent of Data Firehose's integration with LocalStack.
2121

2222
## Getting started
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FIS simulates faults such as resource unavailability and service errors to asses
1313
The full list of such possible fault injections is available in the [AWS docs](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html).
1414

1515
LocalStack allows you to use the FIS APIs in your local environment to introduce faults in other services, in order to check how your setup behaves when parts of it stop working locally.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_fis/), which provides information on the extent of FIS API's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_fis" >}}), which provides information on the extent of FIS API's integration with LocalStack.
1717

1818
{{< callout "tip" >}}
1919
LocalStack also features its own powerful chaos engineering tool, [Chaos API]({{< ref "chaos-api" >}}).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AWS IoT provides cloud services to manage IoT devices and integrate them with ot
1414

1515
LocalStack Pro supports IoT Core, IoT Data, IoT Analytics.
1616
Common operations for creating and updating things, groups, policies, certificates and other entities are implemented with full CloudFormation support.
17-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_iot/).
17+
The supported APIs are available on our [API coverage page]({{< ref "coverage_iot" >}}).
1818

1919
LocalStack ships a [Message Queuing Telemetry Transport (MQTT)](https://mqtt.org/) broker powered by [Eclipse Mosquitto](https://mosquitto.org/) which supports both pure MQTT and MQTT-over-WSS (WebSockets Secure) protocols.
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Kinesis Data Streams is an AWS service for ingesting, buffering, and processing
1212
It is used for applications that require real-time processing and deriving insights from data streams such as logs, metrics, user interactions, and sensor readings.
1313

1414
LocalStack allows you to use the Kinesis Data Streams APIs in your local environment from setting up data streams and configuring data processing to building real-time applications.
15-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_kinesis/).
15+
The supported APIs are available on our [API coverage page]({{< ref "coverage_kinesis" >}}).
1616

1717
Emulation for Kinesis is powered by [Kinesis Mock](https://github.com/etspaceman/kinesis-mock).
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It provides a reliable way to store, manage, and serve media assets, such as aud
1212
MediaStore seamlessly integrates with other AWS services like Elemental MediaConvert, Elemental MediaLive, Elemental MediaPackage, and CloudFront.
1313

1414
LocalStack allows you to use the Elemental MediaStore APIs as a high-performance storage solution for media content in your local environment.
15-
The supported APIs are available on our [API Coverage Page](https://docs.localstack.cloud/references/coverage/coverage_mediastore/), which provides information on the extent of Elemental MediaStore integration with LocalStack.
15+
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_mediastore" >}}), which provides information on the extent of Elemental MediaStore integration with LocalStack.
1616

1717
## Getting started
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Managed Workflows for Apache Airflow (MWAA) is a fully managed service by AWS th
1212
MWAA leverages the familiar Airflow features and integrations while integrating with S3, Glue, Redshift, Lambda, and other AWS services to build data pipelines and orchestrate data processing workflows in the cloud.
1313

1414
LocalStack allows you to use the MWAA APIs in your local environment to allow the setup and operation of data pipelines.
15-
The supported APIs are available on the [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_mwaa/).
15+
The supported APIs are available on the [API coverage page]({{< ref "coverage_mwaa" >}}).
1616

1717
## Getting started
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pinpoint is a customer engagement service to facilitate communication across mul
1313
Pinpoint allows developers to create and manage customer segments based on various attributes, such as user behavior and demographics, while integrating with other AWS services to send targeted messages to customers.
1414

1515
LocalStack allows you to mock the Pinpoint APIs in your local environment.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_pinpoint/), which provides information on the extent of Pinpoint's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_pinpoint" >}}), which provides information on the extent of Pinpoint's integration with LocalStack.
1717

1818
## Getting started
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In addition to basic DNS functionality, Route 53 offers advanced features like h
1414
Route 53 integrates seamlessly with other AWS services, such as route traffic to CloudFront distributions, S3 buckets configured for static website hosting, EC2 instances, and more.
1515

1616
LocalStack allows you to use the Route53 APIs in your local environment to create hosted zones and to manage DNS entries.
17-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_route53/), which provides information on the extent of Route53's integration with LocalStack.
17+
The supported APIs are available on our [API coverage page]({{< ref "coverage_route53" >}}), which provides information on the extent of Route53's integration with LocalStack.
1818
LocalStack Pro image integrates with our DNS server to respond to DNS queries with these domains.
1919

2020
{{< callout "note">}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Route 53 Resolver forwards DNS queries for domain names to the appropriate DNS s
1313
Route 53 Resolver can be used to resolve domain names between your VPC and your network, and to resolve domain names between your VPCs.
1414

1515
LocalStack allows you to use the Route 53 Resolver endpoints in your local environment.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_route53resolver/), which provides information on the extent of Route 53 Resolver's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_route53resolver" >}}), which provides information on the extent of Route 53 Resolver's integration with LocalStack.
1717

1818
## Getting started
1919

0 commit comments

Comments
 (0)