diff options
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r-- | docs/_layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 3375dbf..7f419d4 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -19,8 +19,8 @@ <a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a> {% endif %} {% if site.show_downloads %} - <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn">Download para Windows (x64)</a> - <a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a> + <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn">Download para Windows (x86-64)</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 %} </section> |