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 2
2
3
3
This is really simple, not really secure way of transferring files/pictures/whatever over a local network easier.
4
4
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 ]
6
6
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.
8
8
9
9
## Screenshots
10
10
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
17
17
{% if site.github.is_project_page %}
18
18
< a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
19
19
{% endif %}
20
- < a href ="{{ site.github.releases_url }} " class ="btn "> Download</ a >
20
+ < a href ="{{ site.github.releases_url }}/latest " class ="btn "> Download</ a >
21
21
</ section >
22
22
23
23
< section class ="main-content ">
You can’t perform that action at this time.
0 commit comments