summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Vito Moscaritolo <marco@mavimo.org>2014-03-13 22:04:36 +0100
committerMarco Vito Moscaritolo <marco@mavimo.org>2014-03-13 22:04:36 +0100
commit599ee9670d9757436aee8db5c7c16d44c5ef3f99 (patch)
tree15995bb1349f1cf589c949db91e4cbe866a4effd /doc
parent6f5a9b4110bc5e88b7c7ed9fb6a03d6158ad247d (diff)
downloadgitlab-ce-599ee9670d9757436aee8db5c7c16d44c5ef3f99.tar.gz
Fixed error on mysql install link
Fixed error on install guide to mysql conf page.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index c7495b8cbbb..a0eac76ab5b 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci
# 5. Database
-We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](doc/install/database_mysql.md).
+We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](database_mysql.md).
# Install the database packages
sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev