diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-01 12:58:00 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-01 12:58:00 +0000 |
commit | 636ae8bc8291ec82162b34778bf6b22c4ae4ebf0 (patch) | |
tree | 26ae51c1d0e5e60ec4937fc58034b585f4e04b8f | |
parent | d33cc4e53070e6afb576911aa4d76dc80eba78b7 (diff) | |
parent | 26de72a233c0b20937c4d86baab69946d385e147 (diff) | |
download | gitlab-ce-636ae8bc8291ec82162b34778bf6b22c4ae4ebf0.tar.gz |
Merge branch 'fix_broken_docs_link' into 'master'
Fix broken SVN migration link
Closes https://gitlab.com/gitlab-com/doc-gitlab-com/issues/45
See merge request !2271
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 8a297f8267f..d9ef5051e3a 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. |