From adca785b282cac43ec74e0dc7f9930f0d2f574ac Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Wed, 3 Dec 2025 12:51:43 +0000 Subject: [PATCH 1/2] Fix contributing link in README This appears to have been removed in error in https://github.com/googleapis/google-auth-library-ruby/pull/547 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2df5638..e4753ea 100644 --- a/README.md +++ b/README.md @@ -292,4 +292,5 @@ hesitate to about the client or APIs on [StackOverflow](http://stackoverflow.com). [application default credentials]: https://cloud.google.com/docs/authentication/provide-credentials-adc +[contributing]: ./.github/CONTRIBUTING.md [license]: https://github.com/googleapis/google-auth-library-ruby/tree/main/LICENSE From 815e18503edf2496fc240bbb566ea07358d7987c Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Wed, 3 Dec 2025 12:52:51 +0000 Subject: [PATCH 2/2] Fix Contributing guide link to CHANGELOG --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9f91d19..2631f44 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -40,7 +40,7 @@ accept your pull requests. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. -* Add an entry to the [Changelog](CHANGELOG.md) accordingly. See [changelog entry format](#changelog-entry-format). +* Add an entry to the [Changelog](../CHANGELOG.md) accordingly. See [changelog entry format](#changelog-entry-format). * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.