Skip to content

Commit f81d533

Browse files
committed
fix(player): broken quality switch docs link
1 parent 15a70d3 commit f81d533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vidstack/src/core/quality/video-quality.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class VideoQualityList extends SelectList<VideoQuality, VideoQualityListE
2323
*
2424
* - `load`: Set quality level for next loaded fragment.
2525
*
26-
* @see {@link https://vidstack.io/docs/player/core-concepts/quality#switch}
26+
* @see {@link https://www.vidstack.io/docs/player/api/video-quality#switch}
2727
* @see {@link https://github.com/video-dev/hls.js/blob/master/docs/API.md#quality-switch-control-api}
2828
*/
2929
switch: 'current' | 'next' | 'load' = 'current';

0 commit comments

Comments
 (0)