Skip to content

Commit 410a9e0

Browse files
jdoubleuashimokawa
authored andcommitted
Fix javascript licenses link in footer
Regression of a36017530193b17b513e9fa79179f455bae28cba See https://codeberg.org/Codeberg/Community/issues/384
1 parent bab7cde commit 410a9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/footer_content.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{end}}
1717
</div>
1818
</div>
19-
<a href="{{StaticUrlPrefix}}/vendor/librejs.html" data-jslicense="1">JavaScript licenses</a>
19+
<a href="{{StaticUrlPrefix}}/js/licenses.txt" data-jslicense="1">JavaScript licenses</a>
2020
{{template "custom/extra_links_footer" .}}
2121
{{if (or .ShowFooterVersion .PageIsAdmin)}}<span class="version">{{GoVer}}</span>{{end}}
2222
</div>

0 commit comments

Comments
 (0)