diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-07-09 12:41:21 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-07-09 12:41:21 +0200 |
commit | 9618d9cf2afac965710ec79b988d2919702ef6e2 (patch) | |
tree | 8b8d0dc69de217bc57d98c4772e6b48a7c3253f8 /source | |
parent | 400f412338815b04fe38d29135a683e3addb65f5 (diff) |
fix link to news on start page
Diffstat (limited to 'source')
-rw-r--r-- | source/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/index.html.erb b/source/index.html.erb index b44a2e8..c8395a1 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -26,7 +26,7 @@ title: sublab - Ein Hackerspace in Leipzig <div> <h3>Neues aus dem sublab</h3> - <p><%= link_to "Alle News >>", "/news.html" %></p> + <p><%= link_to "Alle News >>", "/aktuelles/blog.html" %></p> <%= partial "article_summary", collection: blog.articles[0..2] %> </div> |