diff --git a/.github/workflows/docs-parity-updates.yml b/.github/workflows/docs-parity-updates.yml index 778363d4..c97cab13 100644 --- a/.github/workflows/docs-parity-updates.yml +++ b/.github/workflows/docs-parity-updates.yml @@ -65,27 +65,27 @@ jobs: - name: Download metrics data from Pro pipeline (GitHub) working-directory: docs - run: /tmp/get_latest_github_metrics.sh ./target master + run: /tmp/get_latest_github_metrics.sh ./target main env: GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} - REPOSITORY_NAME: localstack-ext + REPOSITORY_NAME: localstack-pro ARTIFACT_ID: parity-metric-ext-raw-* WORKFLOW: "AWS / Build, Test, Push" PREFIX_ARTIFACT: pro-integration-test - name: Download coverage (capture-notimplemented) data from Pro pipeline (GitHub) working-directory: docs - run: /tmp/get_latest_github_metrics.sh ./target master + run: /tmp/get_latest_github_metrics.sh ./target main env: GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} - REPOSITORY_NAME: localstack-ext + REPOSITORY_NAME: localstack-pro ARTIFACT_ID: capture-notimplemented-pro WORKFLOW: "AWS / Build, Test, Push" RESOURCE_FOLDER: "metrics-implementation-details" - name: Download metrics data from Community pipeline (GitHub) working-directory: docs - run: /tmp/get_latest_github_metrics.sh ./target master + run: /tmp/get_latest_github_metrics.sh ./target main env: GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} REPOSITORY_NAME: localstack @@ -95,7 +95,7 @@ jobs: - name: Download coverage (capture-notimplemented) data from Community pipeline (GitHub) working-directory: docs - run: /tmp/get_latest_github_metrics.sh ./target master + run: /tmp/get_latest_github_metrics.sh ./target main env: GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} REPOSITORY_NAME: localstack diff --git a/public/_redirects b/public/_redirects index 1cb722e3..d3af4e65 100644 --- a/public/_redirects +++ b/public/_redirects @@ -165,7 +165,7 @@ /user-guide/aws/appsync/ /aws/services/appsync 301 /tutorials/schema-evolution-glue-msk/ /aws/tutorials/schema-evolution-glue-msk 301 /user-guide/ci/bitbucket/ /aws/integrations/continuous-integration/bitbucket 301 -/contributing/ https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md 301 +/contributing/ https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md 301 /user-guide/aws/scheduler/ /aws/services/scheduler 301 /user-guide/integrations/quarkus/ /aws/integrations/app-frameworks/quarkus 301 /user-guide/aws/servicediscovery/ /aws/services/servicediscovery 301 diff --git a/scripts/redirects/redirect_test_report.md b/scripts/redirects/redirect_test_report.md index 7d8da946..ac0c0d51 100644 --- a/scripts/redirects/redirect_test_report.md +++ b/scripts/redirects/redirect_test_report.md @@ -1019,8 +1019,8 @@ - **Message:** ✅ Redirect successful ### ✅ AWS: /contributing/ -- **Expected:** https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md -- **Final URL:** https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md +- **Expected:** https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md +- **Final URL:** https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md - **Status Code:** 200 - **Message:** ✅ Redirect successful diff --git a/scripts/redirects/redirects_config.json b/scripts/redirects/redirects_config.json index f916ccc0..9453f654 100644 --- a/scripts/redirects/redirects_config.json +++ b/scripts/redirects/redirects_config.json @@ -275,7 +275,7 @@ "new_link": "https://github.com/localstack-samples/sample-microservices-apigateway-lambda-dynamodb-sqs", "status_code": 301 }, - { + { "old_link": "/user-guide/lambda-tools/", "new_link": "/aws/tooling/lambda-tools", "status_code": 301 @@ -460,7 +460,7 @@ "new_link": "/aws/services/ecs", "status_code": 301 }, - { + { "old_link": "/references/coverage/coverage_acm/", "new_link": "/aws/services/acm", "status_code": 301 @@ -836,7 +836,7 @@ }, { "old_link": "/contributing/", - "new_link": "https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md", + "new_link": "https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md", "status_code": 301 }, { @@ -2286,4 +2286,4 @@ "status_code": 301 } ] -} \ No newline at end of file +} diff --git a/src/content/docs/aws/getting-started/faq.mdx b/src/content/docs/aws/getting-started/faq.mdx index 9208f9ef..6e9f391b 100644 --- a/src/content/docs/aws/getting-started/faq.mdx +++ b/src/content/docs/aws/getting-started/faq.mdx @@ -230,7 +230,7 @@ We advise you to exercise caution. ::: You can change the LocalStack `volume` folder to use the WSL Linux file system instead of the Windows host folder. -To do so, you need to change the [`docker-compose.yml`](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml) file and add the following lines: +To do so, you need to change the [`docker-compose.yml`](https://github.com/localstack/localstack/blob/main/docker-compose-pro.yml) file and add the following lines: @@ -352,4 +352,4 @@ For more details, please take a look at our [Enterprise offering](https://locals The LocalStack Web Application connects to your LocalStack container running on your local machine and retrieves the information directly via the `localhost` without using the internet. Features such as Resource Browsers, IAM Policy Stream, Chaos Engineering dashboard, and others communicate directly with the LocalStack container using your browser. -None of the information is sent to the internet, or stored on any external servers maintained by LocalStack. \ No newline at end of file +None of the information is sent to the internet, or stored on any external servers maintained by LocalStack. diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index d60fae23..f1256789 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -294,7 +294,7 @@ docker compose up ``` :::note -- This command pulls the current nightly build from the `master` branch (if you don't have the image locally) and **not** the latest supported version. +- This command pulls the current nightly build from the `main` branch (if you don't have the image locally) and **not** the latest supported version. If you want to use a specific version, set the appropriate LocalStack image tag at `services.localstack.image` in the `docker-compose.yml` file (for example `localstack/localstack:`). - If you are using LocalStack with an [Auth Token](/aws/getting-started/auth-token), you need to specify the image tag as `localstack/localstack-pro` in the `docker-compose.yml` file. @@ -365,7 +365,7 @@ docker run \ :::note -- This command pulls the current nightly build from the `master` branch (if you don't have the image locally) and **not** the latest supported version. +- This command pulls the current nightly build from the `main` branch (if you don't have the image locally) and **not** the latest supported version. If you want to use a specific version of LocalStack, use the appropriate tag: `docker run --rm -it -p 4566:4566 -p 4510-4559:4510-4559 localstack/localstack:`. Check-out the [LocalStack releases](https://github.com/localstack/localstack/releases) to know more about specific LocalStack versions. @@ -377,7 +377,7 @@ docker run \ - Mounting the Docker socket `/var/run/docker.sock` as a volume is required for some services that use Docker to provide the emulation, such as AWS Lambda. Check out the [Lambda providers](/aws/services/lambda) documentation for more information. -- When using Docker to manually start LocalStack, you will have to configure the container on your own (see [docker-compose-pro.yml](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml) and [Configuration](/aws/capabilities/config/configuration). +- When using Docker to manually start LocalStack, you will have to configure the container on your own (see [docker-compose-pro.yml](https://github.com/localstack/localstack/blob/main/docker-compose-pro.yml) and [Configuration](/aws/capabilities/config/configuration). This could be seen as the "expert mode" of starting LocalStack. If you are looking for a simpler method of starting LocalStack, please use the [LocalStack CLI](#localstack-cli). @@ -440,7 +440,7 @@ If you are using the `localstack` CLI to start LocalStack, but the container is ```bash DNS_ADDRESS=0 localstack start ``` -- Remove port 53 as indicated in our [standard `docker-compose.yml` file](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml). +- Remove port 53 as indicated in our [standard `docker-compose.yml` file](https://github.com/localstack/localstack/blob/main/docker-compose-pro.yml). #### How should I access the LocalStack logs on my local machine? @@ -483,4 +483,4 @@ After running the task, run the diagnostic endpoint and share the archive file w We have extensive network troubleshooting documentation available [here](/aws/capabilities/networking/). -If this does not solve your problem then please [reach out](/aws/getting-started/help-support). \ No newline at end of file +If this does not solve your problem then please [reach out](/aws/getting-started/help-support). diff --git a/src/content/docs/aws/services/lambda.mdx b/src/content/docs/aws/services/lambda.mdx index ca635b12..46592dae 100644 --- a/src/content/docs/aws/services/lambda.mdx +++ b/src/content/docs/aws/services/lambda.mdx @@ -657,7 +657,7 @@ Error: Failed to create/update the stack: sam-app, Waiter StackCreateComplete fa To fix this issue, add the Docker volume mount `/var/run/docker.sock:/var/run/docker.sock` to your LocalStack startup. -Refer to our [sample `docker-compose.yml` file](https://github.com/localstack/localstack/blob/master/docker-compose.yml) as an example. +Refer to our [sample `docker-compose.yml` file](https://github.com/localstack/localstack/blob/main/docker-compose.yml) as an example. ### Function in Pending state diff --git a/src/content/docs/aws/tooling/extensions/developing-extensions.mdx b/src/content/docs/aws/tooling/extensions/developing-extensions.mdx index 4281eace..61d0c705 100644 --- a/src/content/docs/aws/tooling/extensions/developing-extensions.mdx +++ b/src/content/docs/aws/tooling/extensions/developing-extensions.mdx @@ -15,7 +15,7 @@ This section provides a brief overview of how to develop your own extensions. ## Extensions API -LocalStack exposes a Python API for building extensions that can be found in the core codebase in [`localstack.extensions.api`](https://github.com/localstack/localstack/tree/master/localstack-core/localstack/extensions/api). +LocalStack exposes a Python API for building extensions that can be found in the core codebase in [`localstack.extensions.api`](https://github.com/localstack/localstack/tree/main/localstack-core/localstack/extensions/api). The basic interface to implement is as follows: