diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2013-07-07 12:35:37 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2013-07-07 12:35:37 +0200 |
commit | 4de11c2009bd20f7811106d6cb8bda294561ff0a (patch) | |
tree | 054bc8374ee11154362908370eaf2f7866fdc75f /doc | |
parent | 5315fd5a594e7de0e91804a9f28d4f2a0f8dd3ac (diff) | |
download | gitlab-ce-4de11c2009bd20f7811106d6cb8bda294561ff0a.tar.gz |
Fix broken API links, fixes #4463
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/README.md | 24 |
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 |