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
path: root/doc
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2013-07-07 14:35:37 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2013-07-07 14:35:37 +0400
commit4de11c2009bd20f7811106d6cb8bda294561ff0a (patch)
tree054bc8374ee11154362908370eaf2f7866fdc75f /doc
parent5315fd5a594e7de0e91804a9f28d4f2a0f8dd3ac (diff)
Fix broken API links, fixes #4463
Diffstat (limited to 'doc')
-rw-r--r--doc/api/README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 4bcd89949df..9d6e229e4cb 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -69,18 +69,18 @@ When listing resources you can pass the following parameters:
## Contents
-+ [Users](users.md)
-+ [Session](session.md)
-+ [Projects](projects.md)
-+ [Project Snippets](project_snippets.md)
-+ [Repositories](repositories.md)
-+ [Issues](issues.md)
-+ [Milestones](milestones.md)
-+ [Notes](notes.md)
-+ [Deploy Keys](deploy_keys.md)
-+ [System Hooks](system_hooks.md)
-+ [Groups](groups.md)
-+ [User Teams](user_teams.md)
++ [Users](api/users.md)
++ [Session](api/session.md)
++ [Projects](api/projects.md)
++ [Project Snippets](api/project_snippets.md)
++ [Repositories](api/repositories.md)
++ [Issues](api/issues.md)
++ [Milestones](api/milestones.md)
++ [Notes](api/notes.md)
++ [Deploy Keys](api/deploy_keys.md)
++ [System Hooks](api/system_hooks.md)
++ [Groups](api/groups.md)
++ [User Teams](api/user_teams.md)
## Clients