From 599ee9670d9757436aee8db5c7c16d44c5ef3f99 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Thu, 13 Mar 2014 22:04:36 +0100 Subject: Fixed error on mysql install link Fixed error on install guide to mysql conf page. --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1