Commit 599ee9670d9757436aee8db5c7c16d44c5ef3f99

Authored by Marco Vito Moscaritolo
1 parent 6f5a9b41

Fixed error on mysql install link

Fixed error on install guide to mysql conf page.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
@@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci @@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci
144 144
145 # 5. Database 145 # 5. Database
146 146
147 -We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](doc/install/database_mysql.md). 147 +We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](database_mysql.md).
148 148
149 # Install the database packages 149 # Install the database packages
150 sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev 150 sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev