fix(site): update discord link (#170)

This commit is contained in:
Steve Heffernan
2025-11-06 14:13:28 -03:00
committed by GitHub
parent 7e467a41d3
commit bb10294419
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -346,6 +346,6 @@ This doc was heavily inspired by the [contributor guide][vjs-contributor-guide]
[vjs-gh]: https://github.com/videojs/v10 [vjs-gh]: https://github.com/videojs/v10
[conventional-commit-style]: https://www.conventionalcommits.org/en/v1.0.0/#summary [conventional-commit-style]: https://www.conventionalcommits.org/en/v1.0.0/#summary
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
[vjs-contributor-guide]: https://github.com/videojs/admin/blob/main/CONTRIBUTING.md [vjs-contributor-guide]: https://github.com/videojs/admin/blob/main/CONTRIBUTING.md
+1 -1
View File
@@ -112,6 +112,6 @@ would help us:
[docs]: http://v10.videojs.org/docs [docs]: http://v10.videojs.org/docs
[package]: https://www.npmjs.com/package/@videojs/core [package]: https://www.npmjs.com/package/@videojs/core
[package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next [package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[discord-badge]: https://img.shields.io/discord/507627062434070529?color=%235865F2&label=%20&logo=discord&logoColor=white [discord-badge]: https://img.shields.io/discord/507627062434070529?color=%235865F2&label=%20&logo=discord&logoColor=white
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
+1 -1
View File
@@ -24,5 +24,5 @@ members:
[package]: https://www.npmjs.com/package/@videojs/core [package]: https://www.npmjs.com/package/@videojs/core
[package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next [package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
+1 -1
View File
@@ -22,5 +22,5 @@ members:
[package]: https://www.npmjs.com/package/@videojs/html [package]: https://www.npmjs.com/package/@videojs/html
[package-badge]: https://img.shields.io/npm/v/@videojs/html/next?label=@videojs/html@next [package-badge]: https://img.shields.io/npm/v/@videojs/html/next?label=@videojs/html@next
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
+1 -1
View File
@@ -24,5 +24,5 @@ members:
[package]: https://www.npmjs.com/package/@videojs/icons [package]: https://www.npmjs.com/package/@videojs/icons
[package-badge]: https://img.shields.io/npm/v/@videojs/icons/next?label=@videojs/icons@next [package-badge]: https://img.shields.io/npm/v/@videojs/icons/next?label=@videojs/icons@next
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
+1 -1
View File
@@ -24,5 +24,5 @@ members:
[package]: https://www.npmjs.com/package/@videojs/react [package]: https://www.npmjs.com/package/@videojs/react
[package-badge]: https://img.shields.io/npm/v/@videojs/react/next?label=@videojs/react@next [package-badge]: https://img.shields.io/npm/v/@videojs/react/next?label=@videojs/react@next
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
+1 -1
View File
@@ -18,5 +18,5 @@ members:
[package]: https://www.npmjs.com/package/@videojs/utils [package]: https://www.npmjs.com/package/@videojs/utils
[package-badge]: https://img.shields.io/npm/v/@videojs/react/utils?label=@videojs/react@utils [package-badge]: https://img.shields.io/npm/v/@videojs/react/utils?label=@videojs/react@utils
[discord]: https://discord.gg/zdrCwByt [discord]: https://discord.gg/JBqHh485uF
[gh-discussions]: https://github.com/videojs/v10/discussions [gh-discussions]: https://github.com/videojs/v10/discussions
+1 -1
View File
@@ -1,7 +1,7 @@
export const SITE_TITLE = 'Video.js 10'; export const SITE_TITLE = 'Video.js 10';
export const SITE_DESCRIPTION = `For over 15 years, Video.js has been the world's web video player. Now rebuilt in v10 for modern development and performance.`; export const SITE_DESCRIPTION = `For over 15 years, Video.js has been the world's web video player. Now rebuilt in v10 for modern development and performance.`;
export const GITHUB_REPO_URL = 'https://github.com/videojs/v10/'; export const GITHUB_REPO_URL = 'https://github.com/videojs/v10/';
export const DISCORD_INVITE_URL = 'https://discord.gg/zdrCwByt'; export const DISCORD_INVITE_URL = 'https://discord.gg/JBqHh485uF';
export const THEME_KEY = 'vjs-site-theme'; export const THEME_KEY = 'vjs-site-theme';
/** /**