From a4894946bac02c071a39a4823d2744493f6a48bf Mon Sep 17 00:00:00 2001 From: Christian Pillsbury Date: Mon, 5 Aug 2024 10:08:45 -0700 Subject: [PATCH] docs: Update related links to point to media-elements repo. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c9e6a71..031dea7 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ Resurrection of the [mediagroup attribute](https://html.spec.whatwg.org/commit-s ## Related - [Media Chrome](https://github.com/muxinc/media-chrome) Your media player's dancing suit. 🕺 -- [``](https://github.com/muxinc/media-playlist) A custom element for playing through a set of audio and/or video elements. -- [``](https://github.com/muxinc/hls-video-element) A web component for playing HTTP Live Streaming (HLS) videos. -- [``](https://github.com/muxinc/youtube-video-element) A web component for the YouTube player. -- [``](https://github.com/luwes/vimeo-video-element) A web component for the Vimeo player. -- [`castable-video`](https://github.com/muxinc/castable-video) Cast your video element to the big screen with ease! -- [``](https://github.com/muxinc/elements/tree/main/packages/mux-player) The official Mux-flavored video player web component. - [``](https://github.com/muxinc/elements/tree/main/packages/mux-video) A Mux-flavored HTML5 video element w/ hls.js and Mux data builtin. +- [``](https://github.com/muxinc/elements/tree/main/packages/mux-player) The official Mux-flavored video player web component. +- [``](https://github.com/muxinc/media-elements/tree/main/packages/youtube-video-element) A web component for the YouTube player. +- [``](https://github.com/muxinc/media-elements/tree/main/packages/vimeo-video-element) A web component for the Vimeo player. +- [``](https://github.com/muxinc/media-elements/tree/main/packages/videojs-video-element) A web component for Video.js. +- [``](https://github.com/muxinc/media-elements/tree/main/packages/wistia-video-element) A web component for the Wistia player. +- [``](https://github.com/muxinc/media-elements/tree/main/packages/jwplayer-video-element) A web component for the JW player. +- [``](https://github.com/muxinc/media-elements/tree/main/packages/hls-video-element) A web component for playing HTTP Live Streaming (HLS) videos. +- [`castable-video`](https://github.com/muxinc/media-elements/tree/main/packages/castable-video) Cast your video element to the big screen with ease!