From f16eab21ef9f0101cb79fadfab5f7474dc9946e3 Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Sat, 12 Oct 2024 00:21:22 +0200 Subject: [PATCH] [docs] Fix broken link (#260) Signed-off-by: Marija Najdova --- HOW_PIGMENT_CSS_WORKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOW_PIGMENT_CSS_WORKS.md b/HOW_PIGMENT_CSS_WORKS.md index cb280aad..85441f66 100644 --- a/HOW_PIGMENT_CSS_WORKS.md +++ b/HOW_PIGMENT_CSS_WORKS.md @@ -77,7 +77,7 @@ The above code is then evaluated through the use of the `node:module` [module](h ### 2. Transformation and runtime replacement -Once it has access to the actual values of the styles, Pigment CSS then does source code [transformation](https://github.com/mui/material-ui/blob/next/packages/pigment-css-react/src/processors/css.ts) in place to remove the `css()` call from the source and replace it with a static class name string: +Once it has access to the actual values of the styles, Pigment CSS then does source code [transformation](https://github.com/mui/pigment-css/blob/master/packages/pigment-css-react/src/processors/css.ts) in place to remove the `css()` call from the source and replace it with a static class name string: ```js // app.js