diff options
author | Evan Read <eread@gitlab.com> | 2019-01-16 11:14:22 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-16 11:14:22 +1000 |
commit | 8c326da25671a4910d7d0313e4e156d499fc76df (patch) | |
tree | a9d164fb3d2ba1fa99a21dd763946702adb8316c /doc | |
parent | dd8f7400027e4e90a75fb470e90a207934e65b8f (diff) | |
download | gitlab-ce-8c326da25671a4910d7d0313e4e156d499fc76df.tar.gz |
Add more links to other APIs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/award_emoji.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/award_emoji.md b/doc/api/award_emoji.md index 22991fffae4..92936a277ac 100644 --- a/doc/api/award_emoji.md +++ b/doc/api/award_emoji.md @@ -10,7 +10,7 @@ Emoji can be awarded on the following (known as "awardables"): - [Merge requests](../user/project/merge_requests/index.md) ([API](merge_requests.md)). - [Snippets](../user/snippets.md) ([API](snippets.md)). -Emoji can also [be awarded](../user/award_emojis.html#award-emoji-for-comments) on comments (also known as notes). +Emoji can also [be awarded](../user/award_emojis.html#award-emoji-for-comments) on comments (also known as notes). See also [Notes API](notes.md). ## Issues, merge requests, and snippets |