Skip to content

Commit f3d0ef4

Browse files
committed
fix(license): correct link to license on github
[skip ci]
1 parent ad91946 commit f3d0ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/api/lib/lib.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The **${util.library_name()}** library was generated by ${put_and(copyright.auth
315315
under the *${copyright.license_abbrev}* license.
316316
You can read the full text at the repository's [license file][repo-license].
317317
318-
[repo-license]: ${cargo.repo_base_url + '/LICENSE.md'}
318+
[repo-license]: ${cargo.repo_base_url + 'blob/master/LICENSE.md'}
319319
</%def>
320320

321321

0 commit comments

Comments
 (0)