From da453e5e665ef67982a9b443bc38722bb3b332a7 Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Wed, 16 Oct 2024 14:49:58 +0100 Subject: [PATCH] Fix bad language --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- .github/ISSUE_TEMPLATE/QUESTION.md | 4 ++-- .github/ISSUE_TEMPLATE/REGRESSION.md | 4 ++-- NOTICE.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 77d66820..fe1d8f6c 100755 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -9,7 +9,7 @@ about: If something isn't working as expected ### New Issue Checklist - [ ] I'm using the latest version of Swift Crypto (`main` branch) -- [ ] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/master/CONTRIBUTING.md) +- [ ] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/main/CONTRIBUTING.md) - [ ] I searched for [existing GitHub issues](https://github.com/apple/swift-crypto/issues) ### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md index c9115e59..ceb77d09 100755 --- a/.github/ISSUE_TEMPLATE/QUESTION.md +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -6,8 +6,8 @@ about: Not sure how something works or how to implement some functionality? Ask ### Question Checklist -- [ ] I'm using the latest version of Swift Crypto (master branch) -- [ ] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/master/CONTRIBUTING.md) +- [ ] I'm using the latest version of Swift Crypto (main branch) +- [ ] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/main/CONTRIBUTING.md) - [ ] I searched for [existing GitHub issues](https://github.com/apple/swift-crypto/issues) ### Question Subject diff --git a/.github/ISSUE_TEMPLATE/REGRESSION.md b/.github/ISSUE_TEMPLATE/REGRESSION.md index 94c71f56..5a3c0753 100755 --- a/.github/ISSUE_TEMPLATE/REGRESSION.md +++ b/.github/ISSUE_TEMPLATE/REGRESSION.md @@ -8,8 +8,8 @@ about: If a recent release broke a feature (Please make sure you know the last k ### New Regression Checklist -- [ ] I'm using the latest version of Swift Crypto (master branch) -- [ ] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/master/CONTRIBUTING.md) +- [ ] I'm using the latest version of Swift Crypto (main branch) +- [ ] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/main/CONTRIBUTING.md) - [ ] I searched for [existing GitHub issues](https://github.com/apple/swift-crypto/issues) ### Regression Information diff --git a/NOTICE.txt b/NOTICE.txt index 9d59cd38..e2167974 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -28,7 +28,7 @@ components that this product depends on. This product contains test vectors from Google's wycheproof project. * LICENSE (Apache License 2.0): - * https://github.com/google/wycheproof/blob/master/LICENSE + * https://github.com/C2SP/wycheproof/blob/31387e2cd596587c859c611027b6a44d2e2b65ff/LICENSE * HOMEPAGE: * https://github.com/google/wycheproof