From 6e9d0b242d61b5efc69ae92dcf44f42f9440420d Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Mon, 30 Jun 2025 15:59:02 -0400 Subject: [PATCH] chore: update references to awslabs org --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/change-file-in-pr.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 86ec6de..1d1d947 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ blank_issues_enabled: false contact_links: - name: 💬 General Question - url: https://github.com/awslabs/aws-dotnet-distributed-cache-provider/discussions/categories/q-a + url: https://github.com/aws/aws-dotnet-distributed-cache-provider/discussions/categories/q-a about: Please ask and answer questions as a discussion thread \ No newline at end of file diff --git a/.github/workflows/change-file-in-pr.yml b/.github/workflows/change-file-in-pr.yml index 671a44f..c77ac14 100644 --- a/.github/workflows/change-file-in-pr.yml +++ b/.github/workflows/change-file-in-pr.yml @@ -27,7 +27,7 @@ jobs: echo "✅ One or more change files in '$DIRECTORY' are included in this PR." else echo "❌ No change files in '$DIRECTORY' are included in this PR." - echo "Refer to the 'Adding a change file to your contribution branch' section of https://github.com/awslabs/aws-dotnet-distributed-cache-provider/blob/main/CONTRIBUTING.md" + echo "Refer to the 'Adding a change file to your contribution branch' section of https://github.com/aws/aws-dotnet-distributed-cache-provider/blob/main/CONTRIBUTING.md" exit 1 fi diff --git a/README.md b/README.md index bd71d76..cb57c4f 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Follow us on twitter! The AWS .NET Distributed Cache Provider relies on the [AWS SDK for .NET](https://github.com/aws/aws-sdk-net) for communicating with AWS. Refer to the [security section](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/security.html) in the [AWS SDK for .NET Developer Guide](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/welcome.html) for more information. -If you discover a potential security issue, refer to the [security policy](https://github.com/awslabs/aws-dotnet-distributed-cache-provider/security/policy) for reporting information. +If you discover a potential security issue, refer to the [security policy](https://github.com/aws/aws-dotnet-distributed-cache-provider/security/policy) for reporting information. # License