Skip to content

Commit

Permalink
docs: Fix broken links to new documentation (#9563)
Browse files Browse the repository at this point in the history
docs: fix broken links
  • Loading branch information
Jiralite committed May 12, 2023
1 parent 4dcc9c5 commit d01e8aa
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/websocket/WebSocketShard.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class WebSocketShard extends EventEmitter {

/**
* @external SessionInfo
* @see {@link https://discord.js.org/#/docs/ws/main/typedef/SessionInfo}
* @see {@link https://discord.js.org/docs/packages/ws/stable/SessionInfo:Interface}
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ module.exports = UserSelectMenuBuilder;

/**
* @external BuildersUserSelectMenu
* @see {@link https://discord.js.org/docs/packages/rest/stable/UserSelectMenuBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/UserSelectMenuBuilder:Class}
*/

0 comments on commit d01e8aa

Please sign in to comment.