summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-01 13:52:26 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-01 13:52:26 +0100
commit26de72a233c0b20937c4d86baab69946d385e147 (patch)
treeef0bd10b4e4578ab167ab3bd71d9f6d7cd1f9cb5
parenta52746649d1db4f52ae4e989dcf654ef4af57905 (diff)
downloadgitlab-ce-26de72a233c0b20937c4d86baab69946d385e147.tar.gz
Fix broken SVN migration link [ci skip]
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index f40a257b42f..78644505df5 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -7,7 +7,7 @@
- [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
- [Importing to GitLab](workflow/importing/README.md).
- [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
-- [Migrating from SVN](migration/README.md) Convert a SVN repository to Git and GitLab
+- [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab
- [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.
- [Profile Settings](profile/README.md)
- [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.