You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if metadata['repo']['client_documentation'] %}*[{{ metadata['repo']['name_pretty'] }} {{ metadata['repo']['language']|language_pretty }} Client API Reference][client-docs]{% endif %}
31
31
{% if metadata['repo']['product_documentation'] %}*[{{ metadata['repo']['name_pretty'] }} Documentation][product-docs]{% endif %}
@@ -75,11 +75,11 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
75
75
{% if metadata['samples']|length %}
76
76
## Samples
77
77
78
-
Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
78
+
Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/{{ metadata['repo']['default_branch'] }}/samples) directory. Each sample's `README.md` has instructions for running its sample.
Contributions welcome! See the [Contributing Guide](https://github.com/{{ metadata['repo']['repo'] }}/blob/master/CONTRIBUTING.md).
144
+
Contributions welcome! See the [Contributing Guide](https://github.com/{{ metadata['repo']['repo'] }}/blob/{{ metadata['repo']['default_branch'] }}/CONTRIBUTING.md).
145
145
146
146
Please note that this `README.md`, the `samples/README.md`,
147
147
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
@@ -153,7 +153,7 @@ to its template in this
153
153
154
154
Apache Version 2.0
155
155
156
-
See [LICENSE](https://github.com/{{ metadata['repo']['repo'] }}/blob/master/LICENSE)
156
+
See [LICENSE](https://github.com/{{ metadata['repo']['repo'] }}/blob/{{ metadata['repo']['default_branch'] }}/LICENSE)
157
157
158
158
{% if metadata['repo']['client_documentation'] %}[client-docs]: {{ metadata['repo']['client_documentation'] }}{% endif %}
159
159
{% if metadata['repo']['product_documentation'] %}[product-docs]: {{ metadata['repo']['product_documentation'] }}{% endif %}
0 commit comments