Skip to content

Commit 5c4dbd0

Browse files
author
Lauren McCarthy
committed
fixing cc image link to https
1 parent c6fc857 commit 5c4dbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yuidoc-p5-theme-src/scripts/tpl/itemEnd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<p class="ref-notice"> If you see any errors or have suggestions, <a href="https://github.com/processing/p5.js/issues">please let us know</a>.<p>
1313

14-
<a style="border-bottom:none !important;" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank><img src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" style="width:88px"/></a>
14+
<a style="border-bottom:none !important;" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank><img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" style="width:88px"/></a>
1515

1616
<% if (item.file && item.line) { %>
1717
<p style="font-size: 0.75em">Find any typos or bugs? <code><%=item.name%><% if (item.isMethod) { %>()<% } %></code> is documented and defined in <a href="https://github.com/processing/p5.js/blob/master/<%= item.file %>#L<%= item.line %>" target="_blank" ><code><%= item.file %></code></a>. Please feel free to <a href="https://github.com/processing/p5.js/edit/master/<%= item.file %>#L<%= item.line %>" target="_blank" style="font-family: inherit">edit the file</a> and issue a pull request!</p>

0 commit comments

Comments
 (0)