Skip to content

Commit f16eab2

Browse files
authoredOct 11, 2024
[docs] Fix broken link (mui#260)
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
1 parent ab6e377 commit f16eab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎HOW_PIGMENT_CSS_WORKS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The above code is then evaluated through the use of the `node:module` [module](h
7777

7878
### 2. Transformation and runtime replacement
7979

80-
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:
80+
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:
8181

8282
```js
8383
// app.js

0 commit comments

Comments
 (0)