Commit 87e8c2dc3ddb6a988ffcd0fee19f98ac8063bb8b

Authored by Sean Zicari
1 parent fd033671

Update README.md

Updated the relative links in ## Contents to point to the correct documents.
Showing 1 changed file with 12 additions and 12 deletions   Show diff stats
doc/api/README.md
... ... @@ -69,18 +69,18 @@ When listing resources you can pass the following parameters:
69 69  
70 70 ## Contents
71 71  
72   -+ [Users](api/users.md)
73   -+ [Session](api/session.md)
74   -+ [Projects](api/projects.md)
75   -+ [Project Snippets](api/project_snippets.md)
76   -+ [Repositories](api/repositories.md)
77   -+ [Issues](api/issues.md)
78   -+ [Milestones](api/milestones.md)
79   -+ [Notes](api/notes.md)
80   -+ [Deploy Keys](api/deploy_keys.md)
81   -+ [System Hooks](api/system_hooks.md)
82   -+ [Groups](api/groups.md)
83   -+ [User Teams](api/user_teams.md)
  72 ++ [Users](users.md)
  73 ++ [Session](session.md)
  74 ++ [Projects](projects.md)
  75 ++ [Project Snippets](project_snippets.md)
  76 ++ [Repositories](repositories.md)
  77 ++ [Issues](issues.md)
  78 ++ [Milestones](milestones.md)
  79 ++ [Notes](notes.md)
  80 ++ [Deploy Keys](deploy_keys.md)
  81 ++ [System Hooks](system_hooks.md)
  82 ++ [Groups](groups.md)
  83 ++ [User Teams](user_teams.md)
84 84  
85 85 ## Clients
86 86  
... ...