chore: migrate default branch from master to main (#1498)

diff --git a/docs/mocks.md b/docs/mocks.md
index 72256ac..8770f70 100644
--- a/docs/mocks.md
+++ b/docs/mocks.md
@@ -2,7 +2,7 @@
 
 The use of [Mock objects](https://en.wikipedia.org/wiki/Mock_object) is a standard testing methodology for Python and other object-oriented languages. This library defines Mock classes that simulate responses to API calls. You can use them to test how your code handles basic interactions with Google APIs.
 
-> **Note:** Many of the [Python Client Library test scripts](https://github.com/googleapis/google-api-python-client/tree/master/tests) use these classes.
+> **Note:** Many of the [Python Client Library test scripts](https://github.com/googleapis/google-api-python-client/tree/main/tests) use these classes.
 
 ## HttpMock