Commit ed9b661c9d3151805e5b9ab678f588bdabd49b2d
Exists in
master
and in
4 other branches
Merge pull request #4279 from barendt/patch-2
Fix paths to the Contents Markdown pages
Showing
1 changed file
with
12 additions
and
12 deletions
Show diff stats
doc/api/README.md
... | ... | @@ -69,15 +69,15 @@ When listing resources you can pass the following parameters: |
69 | 69 | |
70 | 70 | ## Contents |
71 | 71 | |
72 | -+ [Users](doc/api/users.md) | |
73 | -+ [Session](doc/api/session.md) | |
74 | -+ [Projects](doc/api/projects.md) | |
75 | -+ [Project Snippets](doc/api/project_snippets.md) | |
76 | -+ [Repositories](doc/api/repositories.md) | |
77 | -+ [Issues](doc/api/issues.md) | |
78 | -+ [Milestones](doc/api/milestones.md) | |
79 | -+ [Notes](doc/api/notes.md) | |
80 | -+ [Deploy Keys](doc/api/deploy_keys.md) | |
81 | -+ [System Hooks](doc/api/system_hooks.md) | |
82 | -+ [Groups](doc/api/groups.md) | |
83 | -+ [User Teams](doc/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) | ... | ... |