diff options
author | Anatoly Borodin <anatoly.borodin@gmail.com> | 2016-03-17 00:35:53 +0100 |
---|---|---|
committer | Anatoly Borodin <anatoly.borodin@gmail.com> | 2016-03-17 00:35:53 +0100 |
commit | 6c06b65d1e905775c2cd31e64c4bf2aa3f14ef5b (patch) | |
tree | 19e5bbf43bd2e578b815dc3336600e7b981dc45d /doc/workflow/importing | |
parent | 6349f4909ba9a1f56bd3f3951b48da7966eb6895 (diff) | |
download | gitlab-ce-6c06b65d1e905775c2cd31e64c4bf2aa3f14ef5b.tar.gz |
Use relative links in `doc`, fix broken generated HTML links
Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code
web interface, but the HTML generator produces broken links in the `doc`
subdirectories:
http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html
instead of the right one
http://doc.gitlab.com/ce/web_hooks/web_hooks.html
in
http://doc.gitlab.com/ce/hooks/custom_hooks.html.
Fixes #14338
[ci skip]
Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'doc/workflow/importing')
-rw-r--r-- | doc/workflow/importing/import_projects_from_bitbucket.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/importing/import_projects_from_bitbucket.md b/doc/workflow/importing/import_projects_from_bitbucket.md index 1e9825e2e10..520c4216295 100644 --- a/doc/workflow/importing/import_projects_from_bitbucket.md +++ b/doc/workflow/importing/import_projects_from_bitbucket.md @@ -1,6 +1,6 @@ # Import your project from Bitbucket to GitLab
-It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md).
+It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](../../integration/bitbucket.md).
* Sign in to GitLab.com and go to your dashboard
|