diff options
author | Job van der Voort <job@gitlab.com> | 2015-06-10 09:17:08 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-06-10 09:17:08 +0000 |
commit | 5ed68826b6965462aa13de286e38842ff1fe382d (patch) | |
tree | 81a907414ae39f7b60dc6feac49251200caedc01 | |
parent | 3d219ca395041da7ee57be12a2a6877ccc1fb9a0 (diff) | |
parent | fd9849ebba65283a9cf7695a83242dea52ff2c6e (diff) | |
download | gitlab-ce-5ed68826b6965462aa13de286e38842ff1fe382d.tar.gz |
Merge branch 'fixing-links' into 'master'
fixed links
@job I am trying to fix these links, since they work on the commit, but then they didn't work on the website when the commit was merged.
I tried changing them here, but I'm not sure if they'll work when merged. I tried to use localhost to test this, but it only works with www-gitlab-com
Thanks!
See merge request !1849
-rw-r--r-- | doc/workflow/importing/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/workflow/importing/README.md b/doc/workflow/importing/README.md index 3cab541f955..86a8a625453 100644 --- a/doc/workflow/importing/README.md +++ b/doc/workflow/importing/README.md @@ -1,6 +1,6 @@ -# Migrating projects to a GitLab instance - -1. [Bitbucket](doc/workflow/import_projects_from_bitbucket.md) -2. [GitHub](doc/workflow/import_projects_from_github.md) -3. [GitLab.com](doc/workflow/import_projects_from_gitlab_com.md) -4. [SVN](doc/workflow/migrating_from_svn.md) +# Migrating projects to a GitLab instance
+
+1. [Bitbucket](workflow/import_projects_from_bitbucket.md)
+2. [GitHub](workflow/import_projects_from_github.md)
+3. [GitLab.com](workflow/import_projects_from_gitlab_com.md)
+4. [SVN](workflow/migrating_from_svn.md)
\ No newline at end of file |