Skip to content

Commit 7768114

Browse files
authored
doc(types): Fix broken links (#9812)
1 parent 3397257 commit 7768114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,12 +843,12 @@ export interface TransformConfig {
843843
optimizer?: OptimizerConfig;
844844

845845
/**
846-
* https://swc.rs/docs/configuring-swc.html#jsctransformlegacydecorator
846+
* https://swc.rs/docs/configuration/compilation#jsctransformlegacydecorator
847847
*/
848848
legacyDecorator?: boolean;
849849

850850
/**
851-
* https://swc.rs/docs/configuring-swc.html#jsctransformdecoratormetadata
851+
* https://swc.rs/docs/configuration/compilation#jsctransformdecoratormetadata
852852
*/
853853
decoratorMetadata?: boolean;
854854

0 commit comments

Comments
 (0)