From: David ‘Bombe’ Roden <bombe@pterodactylus.net>
Date: Thu, 14 Oct 2010 13:28:21 +0000 (+0200)
Subject: Fix link.
X-Git-Tag: 0.1-RC1~381
X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e5eb2114daebcff4a7c0714b63e7c03bb098cc5f;p=Sone.git

Fix link.
---

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>