Skip to content

Commit 55064ee

Browse files
author
Ed Costello
committed
WEBSITE-681 fix url in creativecommons.org
1 parent ea5ce8d commit 55064ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/mongodb/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
{%- if hasdoc('copyright') %}
276276
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }} {% endtrans %}
277277
{%- else %}
278-
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }} {% endtrans %} Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/%20">Creative Commons</a>.
278+
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }} {% endtrans %} Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>.
279279
{%- endif %}
280280
{%- endif %}
281281

0 commit comments

Comments
 (0)