docs: fix more links

This commit is contained in:
SauceyRed 2025-05-02 02:04:14 +02:00
parent ea12d693ed
commit d45796629b
Signed by: sauceyred
GPG key ID: 4BEDD9C389F924D0
4 changed files with 33 additions and 24 deletions

View file

@ -10,7 +10,7 @@ Represents a guild in an [Instance](Instance.md).
| name | string | Name of the guild |
| icon | string | URL for the icon |
| owner_id | string | ID of the owner |
| roles | array of [[#Role Object\|Role]] objects | Roles in the guild |
| roles | array of [Role](Role.md#role-object) objects | Roles in the guild |
| emojis | array of [Emoji](Emoji.md#emoji-object) objects | Emojis in the guild |
| member_count | integer | Number of members in the guild |