@@ -27,7 +27,7 @@ code to help you get started integrating with our APIs.
2727
2828 ` $ python setup.py build install `
2929
30- 1 . Copy the [ googleads.yaml] ( https://github.com/googleads/googleads-python-lib/blob/master /googleads.yaml )
30+ 1 . Copy the [ googleads.yaml] ( https://github.com/googleads/googleads-python-lib/blob/main /googleads.yaml )
3131 file to your home directory.
3232
3333 This will be used to store credentials and other settings that can be loaded
@@ -53,8 +53,8 @@ code to help you get started integrating with our APIs.
5353You can find code examples for the latest versions of AdWords or Ad Manager on the
5454[ releases] ( https://github.com/googleads/googleads-python-lib/releases ) page.
5555
56- Alternatively, you can find [ AdWords] ( https://github.com/googleads/googleads-python-lib/tree/master /examples/adwords )
57- or [ Ad Manager] ( https://github.com/googleads/googleads-python-lib/tree/master /examples/ad_manager )
56+ Alternatively, you can find [ AdWords] ( https://github.com/googleads/googleads-python-lib/tree/main /examples/adwords )
57+ or [ Ad Manager] ( https://github.com/googleads/googleads-python-lib/tree/main /examples/ad_manager )
5858samples in the examples directory of this repository.
5959
6060#### Where can I find the pydocs?
@@ -101,7 +101,7 @@ If you have issues pertaining to a specific API, use the product support forums:
101101
102102## How do I log SOAP interactions?
103103The library uses Python's built in logging framework. You can specify your
104- configuration via the configuration file; see [ googleads.yaml] ( https://github.com/googleads/googleads-python-lib/blob/master /googleads.yaml )
104+ configuration via the configuration file; see [ googleads.yaml] ( https://github.com/googleads/googleads-python-lib/blob/main /googleads.yaml )
105105for an example.
106106
107107Alternatively, you can manually specify your logging configuration. For example,
0 commit comments