Adjust links in generated files to point to 'main' branch

This commit is contained in:
Sebastian Thiel
2021-04-03 09:55:20 +08:00
parent ba79f8117f
commit 7d36eaa409
2 changed files with 2 additions and 2 deletions

View File

@@ -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>