mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-02 09:31:13 +01:00
Adjust links in generated files to point to 'main' branch
This commit is contained in:
@@ -323,7 +323,7 @@ The **${util.library_name()}** library was generated by ${put_and(copyright.auth
|
||||
under the *${copyright.license_abbrev}* license.
|
||||
You can read the full text at the repository's [license file][repo-license].
|
||||
|
||||
[repo-license]: ${cargo.repo_base_url + 'blob/master/LICENSE.md'}
|
||||
[repo-license]: ${cargo.repo_base_url + 'blob/main/LICENSE.md'}
|
||||
</%def>
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ ${v[1:]}\
|
||||
</%def>
|
||||
|
||||
<%def name="github_source_root_url()" buffered="True">\
|
||||
${cargo.repo_base_url}/tree/master/${directories.output}/${util.target_directory_name(name, version, make.target_suffix)}\
|
||||
${cargo.repo_base_url}/tree/main/${directories.output}/${util.target_directory_name(name, version, make.target_suffix)}\
|
||||
</%def>
|
||||
|
||||
<%def name="library_name()" buffered="True">\
|
||||
|
||||
Reference in New Issue
Block a user