From a7fae6e62fbddc5565b10995f0eaeaca0af6c818 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 18 Feb 2016 09:25:10 -0500 Subject: Moving tests to /tests and removing /doc folder. Docs are now in seperate repository --- api/command_loadtest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/command_loadtest.go b/api/command_loadtest.go index c7c4f98f5..c76bc713f 100644 --- a/api/command_loadtest.go +++ b/api/command_loadtest.go @@ -289,7 +289,7 @@ func (me *LoadTestProvider) UrlCommand(c *Context, channelId string, message str // provide a shortcut to easily access tests stored in doc/developer/tests if !strings.HasPrefix(url, "http") { - url = "https://raw.githubusercontent.com/mattermost/platform/master/doc/developer/tests/" + url + url = "https://raw.githubusercontent.com/mattermost/platform/master/tests/" + url if path.Ext(url) == "" { url += ".md" -- cgit v1.2.3-1-g7c22