File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33This is really simple, not really secure way of transferring files/pictures/whatever over a local network easier.
44
5- This is basically just a go version of [ https://github.com/josephernest/Yopp ]
5+ This is basically just a go version of (this small php project) [ https://github.com/josephernest/Yopp ]
66
7- This also an exercise in writing my first go program, then connecting travis-ci and github pages to a repo. You know, for fun.
7+ This mainly an exercise in writing my first go program, then connecting travis-ci and github pages to a repo. You know, for fun.
88
99## Screenshots
1010
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
1717 {% if site.github.is_project_page %}
1818 < a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
1919 {% endif %}
20- < a href ="{{ site.github.releases_url }} " class ="btn "> Download</ a >
20+ < a href ="{{ site.github.releases_url }}/latest " class ="btn "> Download</ a >
2121 </ section >
2222
2323 < section class ="main-content ">
You can’t perform that action at this time.
0 commit comments