diff options
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 %} |