Fixed error on mysql install link

Fixed error on install guide to mysql conf page.
This commit is contained in:
Marco Vito Moscaritolo 2014-03-13 22:04:36 +01:00
parent 6f5a9b4110
commit 599ee9670d
1 changed files with 1 additions and 1 deletions

View File

@ -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