diff options
author | James Lopez <james@jameslopez.es> | 2016-06-17 12:27:22 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-06-21 19:23:21 +0200 |
commit | dd94b8c75fdbed9198903b3e045138bd033a8b39 (patch) | |
tree | f225201e7a0c62392f54371bc1d10427249bae78 | |
parent | 3a7eb38a7889ee067c470ca8f6d964218844287e (diff) | |
download | gitlab-ce-dd94b8c75fdbed9198903b3e045138bd033a8b39.tar.gz |
moved link to bottom of the page
-rw-r--r-- | doc/workflow/import_export/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/workflow/import_export/README.md b/doc/workflow/import_export/README.md index 5349cca7172..a9a8af33553 100644 --- a/doc/workflow/import_export/README.md +++ b/doc/workflow/import_export/README.md @@ -47,7 +47,6 @@ can be generated again 1. Click on Import to begin importing and you will see your newly imported project page soon -[ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 ## Advanced @@ -63,4 +62,6 @@ The current list of DB tables that will get exported can be listed by using: ```bash cd /home/git/gitlab sudo -u git -H bundle exec rake gitlab:import_export:data RAILS_ENV=production -```
\ No newline at end of file +``` + +[ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 |