From 5a4ac4b249c7b075434baf6c0c0a24b0981613ce Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 4 Dec 2019 15:29:11 +0530 Subject: [PATCH] Fix typo for v5 module path (#13313) The PR link uses the github repo path, not the module path. --- app/web_hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/web_hub.go b/app/web_hub.go index dcf5549d4b..9dbc2b18c1 100644 --- a/app/web_hub.go +++ b/app/web_hub.go @@ -31,7 +31,7 @@ type WebConnActivityMessage struct { type Hub struct { // connectionCount should be kept first. - // See https://github.com/mattermost/mattermost-server/v5/pull/7281 + // See https://github.com/mattermost/mattermost-server/pull/7281 connectionCount int64 app *App connectionIndex int