From 87e8c2dc3ddb6a988ffcd0fee19f98ac8063bb8b Mon Sep 17 00:00:00 2001 From: Sean Zicari Date: Wed, 17 Jul 2013 13:51:12 -0700 Subject: [PATCH] Update README.md Updated the relative links in ## Contents to point to the correct documents. --- doc/api/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/api/README.md b/doc/api/README.md index 9d6e229e4cb..4bcd89949df 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](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) ++ [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) ## Clients -- GitLab