From e5eb2114daebcff4a7c0714b63e7c03bb098cc5f Mon Sep 17 00:00:00 2001
From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?=
 <bombe@pterodactylus.net>
Date: Thu, 14 Oct 2010 15:28:21 +0200
Subject: [PATCH] Fix link.

---
 src/main/resources/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 4a12bb9..2b01fe3 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -19,7 +19,7 @@
 	<div>
 		<%foreach posts post>
 			<div class="post">
-				<div class="author"><a href="viewSone?sone=<% post.sone.id>"><% post.sone.name|html></a></div>
+				<div class="author"><a href="viewSone.html?sone=<% post.sone.id>"><% post.sone.name|html></a></div>
 				<div class="text"><% post.text|html></div>
 				<div class="time"><% post.time|date format="MMM d, yyyy, HH:mm:ss"></div>
 			</div>
-- 
2.7.4