From 1e4abcb11d4c5884cc6559db8e86ecd7fbd96e5d Mon Sep 17 00:00:00 2001 From: Crayon Date: Wed, 22 Mar 2023 20:25:17 +0800 Subject: [PATCH] doc(es): Fix doc url (#7123) --- crates/swc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/swc/src/lib.rs b/crates/swc/src/lib.rs index b5c2d70e25e3..d333fdb11d80 100644 --- a/crates/swc/src/lib.rs +++ b/crates/swc/src/lib.rs @@ -13,7 +13,7 @@ //! //! ## Testing //! -//! See [testing] and [swc_ecma_transform_testing](https://docs.rs/swc_ecmc_transform_testing). +//! See [testing] and [swc_ecma_transforms_testing](https://docs.rs/swc_ecma_transforms_testing). //! //! ## Custom javascript transforms //!