diff --git a/packages/builders/src/index.ts b/packages/builders/src/index.ts index 0ce39197c..0db122bc6 100644 --- a/packages/builders/src/index.ts +++ b/packages/builders/src/index.ts @@ -42,7 +42,7 @@ export * from './util/validation.js'; export * from '@discordjs/util'; /** - * The [\@discordjs/builders](https://github.com/discordjs/discord.js/blob/main/packages/builders/#readme) version + * The {@link https://github.com/discordjs/discord.js/blob/main/packages/builders/#readme | @discordjs/builders} version * that you are currently using. */ // This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild diff --git a/packages/collection/src/index.ts b/packages/collection/src/index.ts index 3fcd3e11a..df7a4cd31 100644 --- a/packages/collection/src/index.ts +++ b/packages/collection/src/index.ts @@ -1,7 +1,7 @@ export * from './collection.js'; /** - * The [\@discordjs/collection](https://github.com/discordjs/discord.js/blob/main/packages/collection/#readme) version + * The {@link https://github.com/discordjs/discord.js/blob/main/packages/collection/#readme | @discordjs/collection} version * that you are currently using. */ // This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild diff --git a/packages/rest/src/index.ts b/packages/rest/src/index.ts index a5ffc94d0..67945f24e 100644 --- a/packages/rest/src/index.ts +++ b/packages/rest/src/index.ts @@ -8,7 +8,7 @@ export * from './lib/utils/constants.js'; export { makeURLSearchParams, parseResponse } from './lib/utils/utils.js'; /** - * The [\@discordjs/rest](https://github.com/discordjs/discord.js/blob/main/packages/rest/#readme) version + * The {@link https://github.com/discordjs/discord.js/blob/main/packages/rest/#readme | @discordjs/rest} version * that you are currently using. */ // This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild diff --git a/packages/voice/src/index.ts b/packages/voice/src/index.ts index 99e905eae..b9a36f309 100644 --- a/packages/voice/src/index.ts +++ b/packages/voice/src/index.ts @@ -21,7 +21,7 @@ export { export { type JoinConfig, getVoiceConnection, getVoiceConnections, getGroups } from './DataStore'; /** - * The [\@discordjs/voice](https://github.com/discordjs/discord.js/blob/main/packages/voice/#readme) version + * The {@link https://github.com/discordjs/discord.js/blob/main/packages/voice/#readme | @discordjs/voice} version * that you are currently using. */ // This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild diff --git a/packages/ws/src/index.ts b/packages/ws/src/index.ts index 387f17ff3..948cd2a3e 100644 --- a/packages/ws/src/index.ts +++ b/packages/ws/src/index.ts @@ -13,7 +13,7 @@ export * from './ws/WebSocketManager.js'; export * from './ws/WebSocketShard.js'; /** - * The [\@discordjs/ws](https://github.com/discordjs/discord.js/blob/main/packages/ws/#readme) version + * The {@link https://github.com/discordjs/discord.js/blob/main/packages/ws/#readme | @discordjs/ws} version * that you are currently using. */ // This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild