Commit 4de11c2009bd20f7811106d6cb8bda294561ff0a
1 parent
5315fd5a
Exists in
master
and in
4 other branches
Fix broken API links, fixes #4463
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](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) | |
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) | |
84 | 84 | |
85 | 85 | ## Clients |
86 | 86 | ... | ... |