diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-16 10:52:31 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 10:52:31 -0200 |
commit | 295b775ad53eb1e128b705e6028f9690dc6fa640 (patch) | |
tree | da60e3b4d5898a270f675a82a22e5c19a449fee9 /docs/_layouts/default.html | |
parent | acdc6631f665a430a9f421b16d40b0b389432cc6 (diff) | |
parent | 5a06bb4424311cbb728af35fe73d259499d7c9bf (diff) | |
download | PSP.git-295b775ad53eb1e128b705e6028f9690dc6fa640.tar.gz PSP.git-295b775ad53eb1e128b705e6028f9690dc6fa640.tar.xz PSP.git-295b775ad53eb1e128b705e6028f9690dc6fa640.zip |
Merge pull request #49 from Thales1330/wip/induction-motor
Samples and site updates
Diffstat (limited to 'docs/_layouts/default.html')
-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 95e0ae2..5f5edea 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="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Thales1330/PSP/tree/master/Project/data/samples" class="btn">Samples</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |