diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-02-16 21:31:14 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-02-16 21:31:42 -0500 |
commit | e82b17fa43822d765cad1b813227032b267b3781 (patch) | |
tree | acb373f0341b9ac8aa26545453325cd942893cd0 /doc/development | |
parent | 4a9d174b913f0688a46d7efebc3c227799480cc1 (diff) | |
download | gitlab-ce-e82b17fa43822d765cad1b813227032b267b3781.tar.gz |
Fix the "How to dump production data" link
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index f1050c635b7..4226dc3df12 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -3,7 +3,7 @@ - [Architecture](architecture.md) of GitLab - [Benchmarking](benchmarking.md) - [CI setup](ci_setup.md) for testing GitLab -- [How to dump production data to staging](dump_db.md) +- [How to dump production data to staging](db_dump.md) - [Migration Style Guide](migration_style_guide.md) for creating safe migrations - [Rake tasks](rake_tasks.md) for development - [Shell commands](shell_commands.md) in the GitLab codebase |