From f3d0ef45d26baaafa3b9120bebe371bce424309c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 17 Dec 2016 17:07:56 +0100 Subject: [PATCH] fix(license): correct link to license on github [skip ci] --- src/mako/api/lib/lib.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mako/api/lib/lib.mako b/src/mako/api/lib/lib.mako index 737a43ddde..46f0639fa4 100644 --- a/src/mako/api/lib/lib.mako +++ b/src/mako/api/lib/lib.mako @@ -315,7 +315,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 + '/LICENSE.md'} +[repo-license]: ${cargo.repo_base_url + 'blob/master/LICENSE.md'}