From 5016f74aca8e11f38da2afa498c8a2eca16f5d38 Mon Sep 17 00:00:00 2001 From: Dapo Adedire Date: Wed, 2 Oct 2024 16:45:27 +0100 Subject: [PATCH] fix: Correct deprecation links in gsap-core.d.ts to the right release notes --- types/gsap-core.d.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/types/gsap-core.d.ts b/types/gsap-core.d.ts index 8c5e9c17..e14e3699 100644 --- a/types/gsap-core.d.ts +++ b/types/gsap-core.d.ts @@ -657,25 +657,25 @@ declare namespace gsap { // TODO: Move to files where declared /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ declare class TweenLite extends gsap.core.Tween {} /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ declare class TweenMax extends gsap.core.Tween {} /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ declare class TimelineLite extends gsap.core.Timeline {} /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ declare class TimelineMax extends gsap.core.Timeline {} @@ -686,25 +686,25 @@ declare module "gsap/gsap-core" { // TODO: Move to files where declared /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ export class TweenLite extends gsap.core.Tween {} /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ export class TweenMax extends gsap.core.Tween {} /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ export class TimelineLite extends gsap.core.Timeline {} /** * @deprecated since 3.0.0 - * @link https://greensock.com/3-migration/ + * @link https://greensock.com/3-release-notes/ */ export class TimelineMax extends gsap.core.Timeline {}