Skip to content

Commit e2d1a62

Browse files
committed
clean up links
1 parent e703aa6 commit e2d1a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This 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

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)