diff --git a/docs/docs/guides/10-migration-guide-to-5.0.md b/docs/docs/guides/10-migration-guide-to-5.0.md
index 865f3ede04..6c358d387f 100644
--- a/docs/docs/guides/10-migration-guide-to-5.0.md
+++ b/docs/docs/guides/10-migration-guide-to-5.0.md
@@ -36,7 +36,7 @@ npx pod-install
### Versioning
-Introducing Material You (MD3) into `react-native-paper` doesn't mean dropping previous Material Design (MD2)! On the contrary, both of them will be supported, however, not simultaneously. To specify which design system components should follow in the app, there is a newly created property in the theme called `version` which can accept only one of two values:
+Introducing Material You (MD3) into `react-native-paper` doesn't mean dropping previous Material Design (MD2)! On the contrary, both of them will be supported, however, not simultaneously. To specify which design system components should follow in the app, there is a newly created property in [the theme](https://callstack.github.io/react-native-paper/docs/guides/theming#theme-properties) named `version` that accepts one of two values:
* 3 – (default) new Material You (MD3),
* 2 - previous Material Design (MD2).