summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-12-03 21:50:10 -0800
committerit33 <iantien@gmail.com>2015-12-03 21:50:10 -0800
commitb6b62e6d44cebe901fa9491efd264984e51e6ed7 (patch)
treee8b3066150829e5494f0d20ce5d471c283d3fe93 /doc
parent917d8158def7dd805d453b124cd6b37776105e45 (diff)
downloadchat-b6b62e6d44cebe901fa9491efd264984e51e6ed7.tar.gz
chat-b6b62e6d44cebe901fa9491efd264984e51e6ed7.tar.bz2
chat-b6b62e6d44cebe901fa9491efd264984e51e6ed7.zip
Install guides
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/API.md b/doc/developer/API.md
index 1be3669ab..1da1a475b 100644
--- a/doc/developer/API.md
+++ b/doc/developer/API.md
@@ -40,7 +40,7 @@ If you're building a deep integration with Mattermost, for example a mobile nati
If no driver is available for the programming language of your choice, you can view the [Golang Driver](https://github.com/mattermost/platform/blob/master/model/client.go) source code to understand how it exercises the Web Service API. You can also learn more by reviewing open source projects that use the Web Service API, like [matterircd](https://github.com/42wim/matterircd).
-There are a wide range of [installation guides](www.mattermost.org/installation/) for setting up your own Mattermost server on which to develop and test your integrations.
+There are a wide range of [installation guides](http://www.mattermost.org/installation/) for setting up your own Mattermost server on which to develop and test your integrations.