Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Carias <karen@gitlab.com>2015-06-09 00:01:56 +0300
committerKaren Carias <karen@gitlab.com>2015-06-09 00:01:56 +0300
commit60ac9253ada98f53bb17305dbe4c3168e1bbb219 (patch)
treed565466f139144147a54dc296cded5025e9443bd /doc/README.md
parentb4116e76cb46921f5791a9c783b671c07b424a5e (diff)
fixed link
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 654b3de712a..bd44aec11bc 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -4,7 +4,7 @@
- [API](api/README.md) Automate GitLab via a simple and powerful API.
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
-- [Importing to GitLab](doc/importing/README.md).
+- [Importing to GitLab](importing/README.md).
- [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
- [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.
- [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.