diff --git a/src/content/loaders/index.mdx b/src/content/loaders/index.mdx index 2cd5b38042d9..28f349ec9887 100644 --- a/src/content/loaders/index.mdx +++ b/src/content/loaders/index.mdx @@ -46,7 +46,7 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements, - [`handlebars-loader`](https://github.com/pcardune/handlebars-loader) Compiles Handlebars to HTML - [`markup-inline-loader`](https://github.com/asnowwolf/markup-inline-loader) Inline SVG/MathML files to HTML. It’s useful when applying icon font or applying CSS animation to SVG. - [`twig-loader`](https://github.com/zimmo-be/twig-loader) Compiles Twig templates and returns a function -- [`remark-loader`](https://github.com/webpack-contrib/remark-loader) Load markdown through `remark` with built-in image resolution +- [`remark-loader`](https://github.com/webpack/remark-loader) Load markdown through `remark` with built-in image resolution ## Styling