summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 15:49:33 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 15:49:33 -0300
commit39faba3cff5c9bcc72b6d617c7dd9aa57071c51b (patch)
treec70edaace661a4cb3ed4e3afcd70a87f1e04287d
parentec321e9cb7251d86d34cae5b763c9c410fb5defc (diff)
downloadPSP.git-39faba3cff5c9bcc72b6d617c7dd9aa57071c51b.tar.gz
PSP.git-39faba3cff5c9bcc72b6d617c7dd9aa57071c51b.tar.xz
PSP.git-39faba3cff5c9bcc72b6d617c7dd9aa57071c51b.zip
Update program download on site
-rw-r--r--docs/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 558c8e4..47291a8 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -18,7 +18,7 @@
<a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a>
{% endif %}
{% if site.show_downloads %}
- <a href="{{ site.github.zip_url }}" class="btn">Download para Windows</a>
+ <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn">Download para Windows</a>
<a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a>
<!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a-->
{% endif %}