aboutsummaryrefslogtreecommitdiff
path: root/pkg/context/org.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/context/org.go')
-rw-r--r--pkg/context/org.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/context/org.go b/pkg/context/org.go
index 55c2ed04..49785674 100644
--- a/pkg/context/org.go
+++ b/pkg/context/org.go
@@ -91,7 +91,7 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
ctx.Data["IsOrganizationOwner"] = ctx.Org.IsOwner
ctx.Data["IsOrganizationMember"] = ctx.Org.IsMember
- ctx.Org.OrgLink = setting.AppSubUrl + "/org/" + org.Name
+ ctx.Org.OrgLink = setting.AppSubURL + "/org/" + org.Name
ctx.Data["OrgLink"] = ctx.Org.OrgLink
// Team.