Commit beb0adf20287d4cc60c9415a5168ebfc8c631f68
1 parent
3cce570c
Exists in
master
and in
4 other branches
Fix api readme links
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
doc/api/README.md
... | ... | @@ -72,11 +72,12 @@ When listing resources you can pass the following parameters: |
72 | 72 | + [Users](doc/api/users.md) |
73 | 73 | + [Session](doc/api/session.md) |
74 | 74 | + [Projects](doc/api/projects.md) |
75 | -+ [Groups](doc/api/groups.md) | |
76 | -+ [Snippets](doc/api/snippets.md) | |
75 | ++ [Project Snippets](doc/api/project_snippets.md) | |
77 | 76 | + [Repositories](doc/api/repositories.md) |
78 | 77 | + [Issues](doc/api/issues.md) |
79 | 78 | + [Milestones](doc/api/milestones.md) |
80 | 79 | + [Notes](doc/api/notes.md) |
80 | ++ [Deploy Keys](doc/api/deploy_keys.md) | |
81 | 81 | + [System Hooks](doc/api/system_hooks.md) |
82 | ++ [Groups](doc/api/groups.md) | |
82 | 83 | + [User Teams](doc/api/user_teams.md) | ... | ... |