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-07-05 18:23:09 +0300
committerkaren Carias <karen@gitlab.com>2015-07-05 18:23:09 +0300
commit04f5487b0d87d2b520e9dc52075c753174667dbe (patch)
tree11dbc33219b8ac2edb7d2a14c785bd98567cda34 /doc/README.md
parent570fd9f590e06c378de82897fce31e1dbc020c0d (diff)
fixed link to gitlab-basics
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 424b9e9a47e..0524fda3ed6 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.
-- [GitLab Basics](gitlab_basics/README.md) Find step by step how to start working on your commandline and on GitLab.
+- [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.
- [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.