Commit bbdb2c3fef5a71802131c08226d7f4dfa18ddd89

Authored by Nihad Abbasov
1 parent 4162566e

fix links in API README

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/api/README.md
... ... @@ -33,6 +33,6 @@ When listing resources you can pass the following parameters:
33 33 + [Session](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/session.md)
34 34 + [Projects](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md)
35 35 + [Snippets](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/snippets.md)
  36 ++ [Repositories](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/repositories.md)
36 37 + [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md)
37 38 + [Milestones](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/milestones.md)
38   -+ [SSH Keys](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/keys.md)
... ...