diff --git a/pkg/api/index.go b/pkg/api/index.go index 9291efcecca..7103587a73f 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -41,7 +41,7 @@ func (hs *HTTPServer) getProfileNode(c *models.ReqContext) *dtos.NavLink { } children = append(children, &dtos.NavLink{ - Text: "Notification history", Id: "profile/notifications", Url: hs.Cfg.AppSubURL + "profile/notifications", Icon: "bell", + Text: "Notification history", Id: "profile/notifications", Url: hs.Cfg.AppSubURL + "/profile/notifications", Icon: "bell", }) if setting.AddChangePasswordLink() {