From 002f6749dfd44ac998694e2b6cb67dec59ec98e9 Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Sun, 17 Apr 2016 18:37:57 +0900 Subject: [PATCH] README: Fix a dead link to Production-Ubuntu.md This fixes https://github.com/mattermost/mattermost-docker/issues/9. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aecb0b..1d89a84 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Remove `volumes` directory If you want to know how to use docker-compose, see [the overview page](https://docs.docker.com/compose). -For the server configurations, see [Production-Ubuntu.md] of mattermost. +For the server configurations, see [prod-ubuntu.rst] of mattermost. [docker]: http://docs.docker.com/engine/installation/ [docker-compose]: https://docs.docker.com/compose/install/ -[Production-Ubuntu.md]: https://github.com/mattermost/platform/blob/master/doc/install/Production-Ubuntu.md +[prod-ubuntu.rst]: https://github.com/mattermost/docs/blob/master/source/install/prod-ubuntu.rst