From 7768114451c7070c8eeb5faa8ca93f4b63661141 Mon Sep 17 00:00:00 2001 From: Kei Sakamoto <6201376+Thiry1@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:53:03 +0900 Subject: [PATCH] doc(types): Fix broken links (#9812) --- packages/types/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/types/index.ts b/packages/types/index.ts index 01f4f66c39fb..76145da6da4c 100644 --- a/packages/types/index.ts +++ b/packages/types/index.ts @@ -843,12 +843,12 @@ export interface TransformConfig { optimizer?: OptimizerConfig; /** - * https://swc.rs/docs/configuring-swc.html#jsctransformlegacydecorator + * https://swc.rs/docs/configuration/compilation#jsctransformlegacydecorator */ legacyDecorator?: boolean; /** - * https://swc.rs/docs/configuring-swc.html#jsctransformdecoratormetadata + * https://swc.rs/docs/configuration/compilation#jsctransformdecoratormetadata */ decoratorMetadata?: boolean;