Skip to content

Commit a7425c2

Browse files
TetieWasTakenkodiakhq[bot]kyranetJiralite
authored
fix: fix external links (#9313)
* fix: fix external links * fix: fix external links * fix: link to correct classes * fix: fix JSONEncodable link * chore: fix select menu link * fix: fix external links * fix: link to correct classes * fix: fix JSONEncodable link * chore: fix select menu link * fix: fix collection#sweep url * fix: fix subpackages urls * fix: fix discord.js docs url * Update packages/util/docs/README.md Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Aura Román <kyradiscord@gmail.com> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
1 parent c519fe6 commit a7425c2

27 files changed

+29
-29
lines changed

packages/brokers/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## [View the documentation here.](https://discord.js.org/#/docs/brokers)
1+
## [View the documentation here.](https://discord.js.org/docs/packages/brokers/main)

packages/builders/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## [View the documentation here.](https://discord.js.org/#/docs/builders)
1+
## [View the documentation here.](https://discord.js.org/docs/packages/builders/main)

packages/collection/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## [View the documentation here.](https://discord.js.org/#/docs/collection)
1+
## [View the documentation here.](https://discord.js.org/docs/packages/collection/main)

packages/discord.js/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## [View the documentation here.](https://discord.js.org/#/docs)
1+
## [View the documentation here.](https://discord.js.org/docs/packages/discord.js/main)

packages/discord.js/src/client/BaseClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ module.exports = BaseClient;
7777

7878
/**
7979
* @external REST
80-
* @see {@link https://discord.js.org/#/docs/rest/main/class/REST}
80+
* @see {@link https://discord.js.org/docs/packages/rest/main/REST:Class}
8181
*/

packages/discord.js/src/client/Client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,15 +544,15 @@ module.exports = Client;
544544

545545
/**
546546
* @external Collection
547-
* @see {@link https://discord.js.org/#/docs/collection/main/class/Collection}
547+
* @see {@link https://discord.js.org/docs/packages/collection/main/Collection:Class}
548548
*/
549549

550550
/**
551551
* @external ImageURLOptions
552-
* @see {@link https://discord.js.org/#/docs/rest/main/typedef/ImageURLOptions}
552+
* @see {@link https://discord.js.org/docs/packages/rest/main/ImageURLOptions:Interface}
553553
*/
554554

555555
/**
556556
* @external BaseImageURLOptions
557-
* @see {@link https://discord.js.org/#/docs/rest/main/typedef/BaseImageURLOptions}
557+
* @see {@link https://discord.js.org/docs/packages/rest/main/BaseImageURLOptions:Interface}
558558
*/

packages/discord.js/src/structures/ActionRowBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ module.exports = ActionRowBuilder;
3434

3535
/**
3636
* @external BuildersActionRow
37-
* @see {@link https://discord.js.org/#/docs/builders/main/class/ActionRowBuilder}
37+
* @see {@link https://discord.js.org/docs/packages/builders/main/ActionRowBuilder:Class}
3838
*/

packages/discord.js/src/structures/ApplicationCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,5 +602,5 @@ module.exports = ApplicationCommand;
602602

603603
/**
604604
* @external ApplicationCommandOptionAllowedChannelTypes
605-
* @see {@link https://discord.js.org/#/docs/builders/main/typedef/ApplicationCommandOptionAllowedChannelTypes}
605+
* @see {@link https://discord.js.org/docs/packages/builders/main/ApplicationCommandOptionAllowedChannelTypes:TypeAlias}
606606
*/

packages/discord.js/src/structures/ButtonBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ module.exports = ButtonBuilder;
4242

4343
/**
4444
* @external BuildersButton
45-
* @see {@link https://discord.js.org/#/docs/builders/main/class/ButtonBuilder}
45+
* @see {@link https://discord.js.org/docs/packages/builders/main/ButtonBuilder:Class}
4646
*/

packages/discord.js/src/structures/ChannelSelectMenuBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ module.exports = ChannelSelectMenuBuilder;
2929

3030
/**
3131
* @external BuildersChannelSelectMenu
32-
* @see {@link https://discord.js.org/#/docs/builders/main/class/ChannelSelectMenuBuilder}
32+
* @see {@link https://discord.js.org/docs/packages/builders/main/ChannelSelectMenuBuilder:Class}
3333
*/

0 commit comments

Comments
 (0)