Skip to content

Commit b95b468

Browse files
committed
fix all links
1 parent d1be6f8 commit b95b468

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/content/docs/aws/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Learn more about our desktop client at [LocalStack Desktop](/aws/capabilities/we
226226
### LocalStack Docker Extension
227227

228228
Install our [official Docker Desktop extension](https://hub.docker.com/extensions/localstack/localstack-docker-desktop) to manage LocalStack.
229-
See [LocalStack Docker Extension](/aws/tooling/extensions/localstack-docker-extension) for more information.
229+
See [LocalStack Docker Extension](/aws/tooling/localstack-docker-extension) for more information.
230230

231231
### Docker-Compose
232232

src/content/docs/aws/getting-started/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,6 @@ To expand your LocalStack capabilities, explore the following based on your expe
356356

357357
- [Tutorials](/aws/tutorials): Check out our tutorials to learn how to use LocalStack across various AWS services and application stacks.
358358
- [Supported Services](/aws/services): Explore LocalStack's emulated AWS services.
359-
- [Capabilities](/capabilities): Learn about LocalStack's capabilities including features like IAM policy stream, state management, and more.
360-
- [Tooling](/tooling): Get details on LocalStack's tooling and integrations.
361-
- [Blog](https://blog.localstack.cloud): Read our blog posts about LocalStack and the latest enhancements for a better local development and testing experience.
359+
- [Capabilities](): Learn about LocalStack's capabilities including features like IAM policy stream, state management, and more.
360+
- [Tooling](): Get details on LocalStack's tooling and integrations.
361+
- [Blog](https://blog.localstack.cloud): Read our blog posts about LocalStack and the latest enhancements for a better local development and testing experience.

src/content/docs/aws/integrations/aws-sdks/python-boto3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if __name__ == "__main__":
2929

3030
:::note
3131

32-
If you're connecting from within a Python **Lambda function** handler in LocalStack, you can create a default client without configuring the `endpoint_url` - LocalStack will automatically forward the invocations to the local API endpoints (available in Pro, see [here](/aws/tooling/transparent-endpoint-injection) for more details).
32+
If you're connecting from within a Python **Lambda function** handler in LocalStack, you can create a default client without configuring the `endpoint_url` - LocalStack will automatically forward the invocations to the local API endpoints (available in Pro, see [here](/aws/capabilities/networking/transparent-endpoint-injection) for more details).
3333
:::
3434

3535
```python

src/content/docs/aws/integrations/continuous-integration/codebuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ phases:
5656
5757
### Configuration
5858
59-
Get know more about the LocalStack [config options](/references/configuration/).
59+
Get know more about the LocalStack [config options](/aws/capabilities/config/configuration).
6060
6161
#### Native Runner
6262

src/content/docs/aws/integrations/continuous-integration/gitlab-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ Find out more about ephemeral instances [here](/aws/capabilities/cloud-sandbox/e
225225

226226
## Examples
227227

228-
[End-to-End Testing in Gitlab CI with Testcontainers and LocalStack: Understanding Runners and Docker in Docker](/aws/tutorials/gitlab_ci_testcontainers) {/*TODO: link target doesn't exist yet*/} - A readily configured demo project, that will walk you through the process of setting up end-to-end testing for a backend application using Testcontainers and LocalStack within GitLab CI.
228+
[End-to-End Testing in Gitlab CI with Testcontainers and LocalStack: Understanding Runners and Docker in Docker]() {/*TODO: link target doesn't exist yet*/} - A readily configured demo project, that will walk you through the process of setting up end-to-end testing for a backend application using Testcontainers and LocalStack within GitLab CI.

0 commit comments

Comments
 (0)