Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hardcoded links and replace them with references #1498

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/user-guide/aws/elasticache/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It supports popular open-source caching engines like Redis and Memcached (LocalS
providing a means to efficiently store and retrieve frequently accessed data with minimal latency.

LocalStack supports ElastiCache via the Pro offering, allowing you to use the ElastiCache APIs in your local environment.
The supported APIs are available on our [API Coverage Page](https://docs.localstack.cloud/references/coverage/coverage_elasticache/),
The supported APIs are available on our [API Coverage Page]({{< ref "references/coverage/coverage_elasticache" >}}),
which provides information on the extent of ElastiCache integration with LocalStack.

## Getting started
Expand Down
4 changes: 2 additions & 2 deletions content/en/user-guide/aws/iam/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ IAM allows organizations to create and manage AWS users, groups, and roles, defi
By centralizing access control, administrators can enforce the principle of least privilege, ensuring users have only the necessary permissions for their tasks.

LocalStack allows you to use the IAM APIs in your local environment to create and manage users, groups, and roles, granting permissions that adhere to the principle of least privilege.
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_iam/), which provides information on the extent of IAM's integration with LocalStack.
The policy coverage is documented in the [IAM coverage documentation](https://docs.localstack.cloud/references/iam-coverage/).
The supported APIs are available on our [API coverage page]({{< ref "references/coverage/coverage_iam" >}}), which provides information on the extent of IAM's integration with LocalStack.
The policy coverage is documented in the [IAM coverage documentation]({{< ref "iam-coverage" >}}).

## Getting started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ If the IAM policies are not correctly enforced, you will get an unsuccessful res

## Feature coverage

The feature coverage is documented in the [IAM coverage documentation](https://docs.localstack.cloud/references/iam-coverage/).
The feature coverage is documented in the [IAM coverage documentation]({{< ref "references/coverage/coverage_iam" >}}).