Skip to content

Commit 74a218e

Browse files
authored
chore: switch to main (#2159)
1 parent c72e045 commit 74a218e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Generate Documentation
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
tags:
77
- "*"
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Google APIs Client Library for PHP #
44

55
<dl>
6-
<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-api-php-client/master/">https://googleapis.github.io/google-api-php-client/master/</a></dd>
6+
<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-api-php-client/main/">https://googleapis.github.io/google-api-php-client/main/</a></dd>
77
<dt>License</dt><dd>Apache 2.0</dd>
88
</dl>
99

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "2.x-dev"
46+
"dev-main": "2.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)