We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9c023 commit e2043dbCopy full SHA for e2043db
_layouts/example.html
@@ -82,7 +82,7 @@ <h4>Scripts</h4>
82
<div class="columns two">
83
<p>This example was created by {{ page.author }}.</p>
84
{% assign zip_name = page.path | replace: "/", "_" | append: ".zip" %}
85
- {% assign zip_url = "https://www.github.com/defold/examples/releases/download/latest/" | append: zip_name %}
+ {% assign zip_url = "https://www.github.com/defold/examples/releases/latest/download/" | append: zip_name %}
86
87
{% include primary_button.html text="DOWNLOAD" link=zip_url %}
88
<p> </p>
0 commit comments