Skip to content

Commit e2043db

Browse files
committed
Update example.html
1 parent 6b9c023 commit e2043db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h4>Scripts</h4>
8282
<div class="columns two">
8383
<p>This example was created by {{ page.author }}.</p>
8484
{% assign zip_name = page.path | replace: "/", "_" | append: ".zip" %}
85-
{% assign zip_url = "https://www.github.com/defold/examples/releases/download/latest/" | append: zip_name %}
85+
{% assign zip_url = "https://www.github.com/defold/examples/releases/latest/download/" | append: zip_name %}
8686

8787
{% include primary_button.html text="DOWNLOAD" link=zip_url %}
8888
<p>&nbsp;</p>

0 commit comments

Comments
 (0)