From 06cef4dfb8eed5dbc8460d8a6b6bb69547175cf5 Mon Sep 17 00:00:00 2001
From: Marija Najdova <mnajdova@gmail.com>
Date: Wed, 20 Sep 2023 11:20:05 +0200
Subject: [PATCH] Update
 docs/data/material/guides/styled-components/styled-components.md

Signed-off-by: Marija Najdova <mnajdova@gmail.com>
---
 .../data/material/guides/styled-components/styled-components.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data/material/guides/styled-components/styled-components.md b/docs/data/material/guides/styled-components/styled-components.md
index 42bc6bbc5655a9..062db87f0301bd 100644
--- a/docs/data/material/guides/styled-components/styled-components.md
+++ b/docs/data/material/guides/styled-components/styled-components.md
@@ -27,7 +27,7 @@ By default, `@mui/material` has `@mui/styled-engine` as a dependency.
 To use styled-components, you need to configure your bundler to replace it with `@mui/styled-engine-sc`.
 
 :::warning
-Currently, `@mui/styled-engine-sc` only supports version 5 of `styled-components`. To stay updated on the progress of version 6 support, please refer to [#38431](https://github.com/mui/material-ui/issues/38431).
+Currently, `@mui/styled-engine-sc` only supports version 5 of `styled-components`. To stay updated on the progress of version 6 support, please refer to [issue #38431 on GitHub](https://github.com/mui/material-ui/issues/38431).
 :::
 
 ### With yarn