diff --git a/docs/migrations/web-react/MIGRATION-v3.md b/docs/migrations/web-react/MIGRATION-v3.md
index edf85ddda3..3d96d29338 100644
--- a/docs/migrations/web-react/MIGRATION-v3.md
+++ b/docs/migrations/web-react/MIGRATION-v3.md
@@ -38,6 +38,28 @@ Manually replace the props in your project.
- `` → ``
+### Link `isUnderlined`
+
+`isUnderlined` property will be replaced in the next major version. Please use `underlined` instead.
+
+#### Migration Guide
+
+🪄 Use codemods to automatically update your codebase:
+
+```sh
+npx @lmc-eu/spirit-codemods -p -t v3/web-react/link-underlined-prop
+```
+
+👉 See [Codemods documentation][readme-codemods] for more details.
+
+
+ 🔧 Manual Migration Steps
+
+Manually replace the props in your project.
+
+- `` → ``
+
+
---
Please refer back to these instructions or reach out to our team if you encounter any issues during migration.