docs: fix non-working link (#61011)

Swap non-working @link to just usual `` link to work

PR Close #61011
This commit is contained in:
vladboisa 2025-04-27 14:59:46 +02:00 committed by Miles Malerba
parent 7d133c0cc7
commit aca1f450d3

View file

@ -118,7 +118,7 @@ export enum AnimationMetadataType {
Sequence = 2,
/**
* Contains a set of animation steps.
* See `{@link /api/animations/group group()}`
* See `group()`
*/
Group = 3,
/**