From ddb66e216dca782fad0b27611e6c5ecaeb4ca52e Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 10 Dec 2023 22:28:05 +0100 Subject: [PATCH] Fix broken link --- docs/manual/player/upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/player/upgrading.md b/docs/manual/player/upgrading.md index 071f7e1..12ef7c8 100644 --- a/docs/manual/player/upgrading.md +++ b/docs/manual/player/upgrading.md @@ -62,9 +62,9 @@ Use: There's also [asciinema-player npm package](https://www.npmjs.com/package/asciinema-player), which can be - used instead of the standalone bundle. Check [Quick Start - guide](../quick-start/#npm-package) for details. - + used instead of the standalone bundle. Check the [quick start + guide](quick-start.md#npm-package) for details. + `src` attribute becomes the first argument to `AsciinemaPlayer.create()`. The second argument specifies the container element to mount the player under. All other option attributes are now passed in options objects as the third argument.