diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 15:49:33 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 15:49:33 -0300 |
commit | 39faba3cff5c9bcc72b6d617c7dd9aa57071c51b (patch) | |
tree | c70edaace661a4cb3ed4e3afcd70a87f1e04287d /docs | |
parent | ec321e9cb7251d86d34cae5b763c9c410fb5defc (diff) | |
download | PSP.git-39faba3cff5c9bcc72b6d617c7dd9aa57071c51b.tar.gz PSP.git-39faba3cff5c9bcc72b6d617c7dd9aa57071c51b.tar.xz PSP.git-39faba3cff5c9bcc72b6d617c7dd9aa57071c51b.zip |
Update program download on site
Diffstat (limited to 'docs')
-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 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 %} |