From 72b2a6b2f207995344b1a377e0bafacb62e21bf7 Mon Sep 17 00:00:00 2001 From: wirehack7 Date: Sun, 2 Mar 2014 23:57:21 +0100 Subject: [PATCH] Update installation.md Fixed the MySQL documentation link. --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index d6e0a8a0012..aa0f48545a2 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 -- GitLab