summaryrefslogtreecommitdiff
path: root/doc/user/project/import
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-15 00:46:34 +0000
committerEvan Read <eread@gitlab.com>2019-07-15 00:46:34 +0000
commit3ee846c9dbd63cba09706cb2b5e1dd760b46fcc8 (patch)
tree6c6dbf17fe3c0b5a19dfedc6c2339c3075acee0a /doc/user/project/import
parent5f6c98e0c384ce50c279bb07c9546c7807cb8bc8 (diff)
downloadgitlab-ce-3ee846c9dbd63cba09706cb2b5e1dd760b46fcc8.tar.gz
Remove trailing whitespace in docs
Remove unneeded trailing whitespace in lines in /security /workflow /user docs
Diffstat (limited to 'doc/user/project/import')
-rw-r--r--doc/user/project/import/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/import/index.md b/doc/user/project/import/index.md
index 334be713aa5..9d7463416d8 100644
--- a/doc/user/project/import/index.md
+++ b/doc/user/project/import/index.md
@@ -34,7 +34,7 @@ This approach assumes all users from the self-hosted instance have already been
If the users haven't been migrated yet, the user conducting the import
will take the place of all references to the missing user(s).
-If you need to migrate all data over, you can leverage our [api](../../../api/README.md) to migrate from self-hosted to GitLab.com.
+If you need to migrate all data over, you can leverage our [api](../../../api/README.md) to migrate from self-hosted to GitLab.com.
The order of assets to migrate from a self-hosted instance to GitLab is the following:
1. [Users](../../../api/users.md)
@@ -54,5 +54,5 @@ perhaps from an old server to a new server for example, is to
[back up the project](../../../raketasks/backup_restore.md),
then restore it on the new server.
-In the event of merging two GitLab instances together (for example, both instances have existing data on them and one can't be wiped),
+In the event of merging two GitLab instances together (for example, both instances have existing data on them and one can't be wiped),
refer to the instructions in [Migrating from self-hosted GitLab to GitLab.com](#migrating-from-self-hosted-gitlab-to-gitlabcom).