diff options
-rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index f63ba44..95e0ae2 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -20,7 +20,7 @@ {% endif %} {% if site.show_downloads %} <a href="https://github.com/Thales1330/PSP/releases/latest" class="btn">PSP-UFU Download</a> - <a href="{{ site.github.zip_url }}" class="btn">Samples</a--> + <a href="{{ site.github.zip_url }}" class="btn">Samples</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |