Skip to content

Commit

Permalink
chore: change default branches to main (#5107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Feb 22, 2022
1 parent 2baacff commit 1ccc4a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ and review pull requests against the main
repository, which contains all of our client libraries. You will also need to
sign a Contributor License Agreement. For more details about how to contribute,
see the
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/master/CONTRIBUTING.md)
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/main/CONTRIBUTING.md)
file in the main Google Cloud PHP repository.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ please see our [gRPC installation guide](https://cloud.google.com/php/grpc).
### Authentication
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/main/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample
Expand Down Expand Up @@ -142,8 +142,8 @@ any minor or patch releases. We will address issues and requests with the highes
2. Take a look at [in-depth usage samples][usage-samples].

[semaphore-extensions]: http://php.net/manual/en/book.sem.php
[batch-daemon]: https://github.com/googleapis/google-cloud-php/blob/master/src/Core/Batch/BatchDaemon.php
[debugger-daemon]: http://googleapis.github.io/google-cloud-php/#/docs/cloud-debugger/master/debugger/daemon
[batch-daemon]: https://github.com/googleapis/google-cloud-php/blob/main/src/Core/Batch/BatchDaemon.php
[debugger-daemon]: http://googleapis.github.io/google-cloud-php/#/docs/cloud-debugger/main/debugger/daemon
[pecl-debugger]: https://pecl.php.net/package/stackdriver_debugger
[debugger-console]: https://console.cloud.google.com/debug
[using-debug-snapshots]: https://cloud.google.com/debugger/docs/debugging
Expand Down

0 comments on commit 1ccc4a0

Please sign in to comment.