diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-30 09:34:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-30 09:34:43 +0000 |
commit | 0b1c7eead2da24923be945a953e4d38ac354e3b5 (patch) | |
tree | c343df807001c7767e52c2a0d955b19f7c12303c /doc/administration | |
parent | 68aa43fdbde279b2d990e4108da03c4e6bd8034d (diff) | |
download | gitlab-ce-0b1c7eead2da24923be945a953e4d38ac354e3b5.tar.gz |
Test docs internal links check
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/high_availability/database.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/high_availability/database.md b/doc/administration/high_availability/database.md index cf3aca106e9..c22b1af8bfb 100644 --- a/doc/administration/high_availability/database.md +++ b/doc/administration/high_availability/database.md @@ -13,8 +13,8 @@ Database Service (RDS) that runs PostgreSQL. If you use a cloud-managed service, or provide your own PostgreSQL: -1. Setup PostgreSQL according to the - [database requirements document](doc/install/requirements.md#database). +1. Setup PostgreSQL according to the + [database requirements document](../../install/requirements.md#database). 1. Set up a `gitlab` username with a password of your choice. The `gitlab` user needs privileges to create the `gitlabhq_production` database. 1. Configure the GitLab application servers with the appropriate details. |