Commit cad79433c46577b04793523ad596f85eae9b3317

Authored by Dmitriy Zaporozhets
2 parents 9b36941f 599ee967

Merge pull request #6526 from mavimo/patch-1

Fixed error on mysql install link
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