From 40413c5c6c1204a465c8be27e72e49ea9c2554cb Mon Sep 17 00:00:00 2001
From: ExMex <great.mafia2010@gmail.com>
Date: Thu, 14 Jan 2016 11:48:24 +0100
Subject: [PATCH] Added improvement from Unknwon

---
 templates/user/profile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 50d371b59b..f82edb2230 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -59,7 +59,7 @@
 							*/}}
 							<li>
 								{{range .Orgs}}
-									<a href="{{AppSubUrl}}/{{.Name}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
+									<a href="{{.HomeLink}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
 								{{end}}
 							</li>
 							{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}