diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-16 09:44:24 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 09:44:24 -0200 |
commit | 3971c63e8fc7bd140bbfea85bc2d3bf71fbc5e29 (patch) | |
tree | e64bcfb976c518fc7001ec4b7bbaa7bf4ee6096a /docs | |
parent | 9c7c255d7dc957241364aca0e5322da926e33fc7 (diff) | |
parent | 79ca75ed18a0c5efea029d00d1504784f9ddbde2 (diff) | |
download | PSP.git-3971c63e8fc7bd140bbfea85bc2d3bf71fbc5e29.tar.gz PSP.git-3971c63e8fc7bd140bbfea85bc2d3bf71fbc5e29.tar.xz PSP.git-3971c63e8fc7bd140bbfea85bc2d3bf71fbc5e29.zip |
Merge pull request #47 from Thales1330/wip/induction-motor
Site update
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 f63ba44..95e0ae2 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -20,7 +20,7 @@ {% endif %} {% if site.show_downloads %} <a href="https://github.com/Thales1330/PSP/releases/latest" class="btn">PSP-UFU Download</a> - <a href="{{ site.github.zip_url }}" class="btn">Samples</a--> + <a href="{{ site.github.zip_url }}" class="btn">Samples</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |