From 982107ee9224f7f0ecd085c9685b0a655eafbea3 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Tue, 10 Mar 2026 11:00:35 -0700 Subject: [PATCH] docs: discord link in blog post (#863) --- .../blog/2026-03-10-videojs-v10-beta-hello-world-again.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/blog/2026-03-10-videojs-v10-beta-hello-world-again.mdx b/site/src/content/blog/2026-03-10-videojs-v10-beta-hello-world-again.mdx index b5e4b2e8..bde66565 100644 --- a/site/src/content/blog/2026-03-10-videojs-v10-beta-hello-world-again.mdx +++ b/site/src/content/blog/2026-03-10-videojs-v10-beta-hello-world-again.mdx @@ -350,7 +350,7 @@ A few things to know: - **The APIs are not quite stable.** This is a beta, so some interfaces will change before GA. Build with it, experiment, give us feedback, put it on simple projects. It's not yet the time to do a major migration. - **The features may be limited.** You might be surprised by which features aren't supported yet and also by which already are. We *are* building from a base of four existing players, but our goal for reaching beta was simple website playback functionality. It's accessible and supports captions, and already works with many formats and streaming services, but things like settings menus are still on their way. -- **We really want your feedback.** File issues on [GitHub](https://github.com/videojs/video.js), join the conversation on discord, tell us what works and what doesn't. In general, people seem to get less engaged with JS "widgets" like a video player compared to JS frameworks, so please don't be shy. Your input is really valuable. +- **We really want your feedback.** File issues on [GitHub](https://github.com/videojs/video.js), join the conversation on [discord](https://discord.gg/KX6dhX2mYJ), tell us what works and what doesn't. In general, people seem to get less engaged with JS "widgets" like a video player compared to JS frameworks, so please don't be shy. Your input is really valuable. If you're starting something new, this is a good time to try v10. Go to [videojs.org](http://videojs.org) and check out the [installation guide](https://videojs.org/docs/).