Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ To discuss larger ideas or prototypes, open a thread in:

[vjs-gh]: https://github.com/videojs/v10
[semantic-commit-style]: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ would help us:
[docs]: http://v10.videojs.org/docs
[package]: https://www.npmjs.com/package/@videojs/core
[package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[discord-badge]: https://img.shields.io/discord/507627062434070529?color=%235865F2&label=%20&logo=discord&logoColor=white
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ members:

[package]: https://www.npmjs.com/package/@videojs/core
[package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion packages/html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ members:

[package]: https://www.npmjs.com/package/@videojs/html
[package-badge]: https://img.shields.io/npm/v/@videojs/html/next?label=@videojs/html@next
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion packages/icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ members:

[package]: https://www.npmjs.com/package/@videojs/icons
[package-badge]: https://img.shields.io/npm/v/@videojs/icons/next?label=@videojs/icons@next
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ members:

[package]: https://www.npmjs.com/package/@videojs/react
[package-badge]: https://img.shields.io/npm/v/@videojs/react/next?label=@videojs/react@next
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ members:

[package]: https://www.npmjs.com/package/@videojs/utils
[package-badge]: https://img.shields.io/npm/v/@videojs/react/utils?label=@videojs/react@utils
[discord]: https://discord.gg/b664Gq3pdy
[discord]: https://discord.gg/zdrCwByt
[gh-discussions]: https://github.com/videojs/v10/discussions
2 changes: 1 addition & 1 deletion site/src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 GITHUB_REPO_URL = 'https://github.com/videojs/v10/';
export const DISCORD_INVITE_URL = 'https://discord.gg/Zmk4DbtHUs';
export const DISCORD_INVITE_URL = 'https://discord.gg/zdrCwByt';
export const THEME_KEY = 'vjs-site-theme';

/**
Expand Down