From 876b1e28a11d896521bda4b4073ad2b13501edb6 Mon Sep 17 00:00:00 2001 From: Jeff Wen <3297859+sinchang@users.noreply.github.com> Date: Thu, 14 Jul 2022 05:14:54 +0800 Subject: [PATCH] docs(website): Correct article link (#740) --- website/pages/docs/migrate.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/migrate.mdx b/website/pages/docs/migrate.mdx index 70db682b..2ae4e2bf 100644 --- a/website/pages/docs/migrate.mdx +++ b/website/pages/docs/migrate.mdx @@ -122,4 +122,4 @@ import { transform } from '@svgr/core' ## ES Modules -SVGR v6 will be the last version to support CommonJS. If you are still using CommonJS you should [Get Ready For ESM](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77) as soon as possible. +SVGR v6 will be the last version to support CommonJS. If you are still using CommonJS you should [Get Ready For ESM](https://medium.com/sindre-sorhus/get-ready-for-esm-aa53530b3f77) as soon as possible.