summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-02-18 10:07:56 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-02-18 10:07:56 -0500
commitdaa06ad41e0fe8c9b2b443952e893af354addd95 (patch)
treed34a4bfbf53e52d48cefbd699fbcac1e8032c879 /api
parent8b9ff64881aae5694f616612f994991b2a3d7c59 (diff)
parenta7fae6e62fbddc5565b10995f0eaeaca0af6c818 (diff)
downloadchat-daa06ad41e0fe8c9b2b443952e893af354addd95.tar.gz
chat-daa06ad41e0fe8c9b2b443952e893af354addd95.tar.bz2
chat-daa06ad41e0fe8c9b2b443952e893af354addd95.zip
Merge pull request #2189 from mattermost/plt-2042
PLT-2042 Moving /loadtest url tests to /tests and removing /doc folder.
Diffstat (limited to 'api')
-rw-r--r--api/command_loadtest.go2
1 files changed, 1 insertions, 1 deletions
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"