summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-07-09 12:41:21 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-07-09 12:41:21 +0200
commit9618d9cf2afac965710ec79b988d2919702ef6e2 (patch)
tree8b8d0dc69de217bc57d98c4772e6b48a7c3253f8
parent400f412338815b04fe38d29135a683e3addb65f5 (diff)
fix link to news on start page
-rw-r--r--source/index.html.erb2
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>