Moving tests to /tests and removing /doc folder. Docs are now in seperate repository

Этот коммит содержится в:
Christopher Speller
2016-02-18 09:25:10 -05:00
родитель 8b9ff64881
Коммит a7fae6e62f
57 изменённых файлов: 1 добавлений и 4139 удалений

Просмотреть файл

@@ -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"