From: David ‘Bombe’ Roden <bombe@pterodactylus.net>
Date: Thu, 14 Oct 2010 12:52:59 +0000 (+0200)
Subject: Change link.
X-Git-Tag: 0.1-RC1~385
X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e08a41285a8cc93e1ce89e4e3296a1a0e8e4e4b1;p=Sone.git

Change link.
---

diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index e56e5d6..4a12bb9 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="viewProfile?sone=<% post.sone.id>"><% post.sone.name|html></a></div>
+				<div class="author"><a href="viewSone?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>