summaryrefslogtreecommitdiffstats
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-18 19:31:37 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-18 19:31:37 -0300
commit3be51dc6e55414c76e7059a8dffa74a99268a7c8 (patch)
treec7cc746d9dd5d7444f5ff077c8f917385d78d24e /docs/_layouts/default.html
parentde90dfcf76c1fb13648633b6bddb011b15ac8458 (diff)
downloadPSP.git-3be51dc6e55414c76e7059a8dffa74a99268a7c8.tar.gz
PSP.git-3be51dc6e55414c76e7059a8dffa74a99268a7c8.tar.xz
PSP.git-3be51dc6e55414c76e7059a8dffa74a99268a7c8.zip
Some site and documentation changes
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html4
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>