Skip to content

Commit

Permalink
fix: link to correct classes
Browse files Browse the repository at this point in the history
  • Loading branch information
TetieWasTaken committed Apr 2, 2023
1 parent f57af1f commit c6914d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/discord.js/src/client/BaseClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ module.exports = BaseClient;

/**
* @external REST
* @see {@link https://discord.js.org/docs/packages/rest/main}
* @see {@link https://discord.js.org/docs/packages/rest/main/REST:Class}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/client/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ module.exports = Client;

/**
* @external Collection
* @see {@link https://discord.js.org/docs/packages/collection/main}
* @see {@link https://discord.js.org/docs/packages/collection/main/Collection:Class}
*/

/**
Expand Down

0 comments on commit c6914d7

Please sign in to comment.