@@ -54,7 +54,7 @@ export declare type AnimateTimings = {
5454 *
5555 * - `transition()`
5656 * - `sequence()`
57- * - `{@link animations/group group()}`
57+ * - `{@link /api/ animations/group group()}`
5858 * - `query()`
5959 * - `animation()`
6060 * - `useAnimation()`
@@ -118,7 +118,7 @@ export enum AnimationMetadataType {
118118 Sequence = 2 ,
119119 /**
120120 * Contains a set of animation steps.
121- * See `{@link animations/group group()}`
121+ * See `{@link /api/ animations/group group()}`
122122 */
123123 Group = 3 ,
124124 /**
@@ -636,7 +636,7 @@ export function trigger(name: string, definitions: AnimationMetadata[]): Animati
636636 * @returns An object that encapsulates the animation step.
637637 *
638638 * @usageNotes
639- * Call within an animation `sequence()`, ` {@link animations/group group()}` , or
639+ * Call within an animation `sequence()`, {@link /api/ animations/group group()}, or
640640 * `transition()` call to specify an animation step
641641 * that applies given style data to the parent animation for a given amount of time.
642642 *
@@ -740,10 +740,10 @@ export function group(
740740 * @usageNotes
741741 * When you pass an array of steps to a
742742 * `transition()` call, the steps run sequentially by default.
743- * Compare this to the ` {@link animations/group group()}` call, which runs animation steps in
743+ * Compare this to the {@link /api/ animations/group group()} call, which runs animation steps in
744744 *parallel.
745745 *
746- * When a sequence is used within a ` {@link animations/group group()}` or a `transition()` call,
746+ * When a sequence is used within a {@link /api/ animations/group group()} or a `transition()` call,
747747 * execution continues to the next instruction only after each of the inner animation
748748 * steps have completed.
749749 *
0 commit comments