summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Schmidt <lschmidt@tgen.org>2018-07-09 20:53:24 +0000
committerRémy Coutable <remy@rymai.me>2018-08-21 19:49:55 +0200
commite007c415f3534f56714b0cc512847323b0c3ffc8 (patch)
tree8957baafe254076e296f8e71f191b1555a3e5ee8
parent07252de7dc98c0ad4b674047d68babce50a19b0c (diff)
downloadgitlab-ce-e007c415f3534f56714b0cc512847323b0c3ffc8.tar.gz
Fixed a broken anchor link to "Git/SVN Mirror"
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6443. Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/user/project/import/svn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/import/svn.md b/doc/user/project/import/svn.md
index 7a3628a39d7..16bc5121027 100644
--- a/doc/user/project/import/svn.md
+++ b/doc/user/project/import/svn.md
@@ -8,7 +8,7 @@ between the two, for more information consult your favorite search engine.
There are two approaches to SVN to Git migration:
-1. [Git/SVN Mirror](#smooth-migration-with-a-gitsvn-mirror-using-subgit) which:
+1. [Git/SVN Mirror](#smooth-migration-with-a-git-svn-mirror-using-subgit) which:
- Makes the GitLab repository to mirror the SVN project.
- Git and SVN repositories are kept in sync; you can use either one.
- Smoothens the migration process and allows to manage migration risks.