diff --git a/docs/02-setup-main-game/05-main-scene/09-info-pages.md b/docs/02-setup-main-game/05-main-scene/09-info-pages.md
index 18e7e49..a1f1398 100644
--- a/docs/02-setup-main-game/05-main-scene/09-info-pages.md
+++ b/docs/02-setup-main-game/05-main-scene/09-info-pages.md
@@ -95,6 +95,6 @@ Info Pages (Information Pages) provide players with essential details about how
| :--: | :----- | :---------- | :-------------: |
| 1 | Locate all template prefabs need for **Info Pages Mobile**| Search for the `mobile-ui` prefab |
 |
| 2 | Clone assets| Copy/Pase to game assets location, then rename the copied prefabs by removing unnecessary prefixes. |  |
-| 3 | Configure prefabs| We will do the same as configure for desktop. | |
+| 3 | Configure prefabs| We will configure `mobile-paytable-content` and `mobile-rules-content` the same as configure for desktop. | [Configure prefabs Desktop](./info-pages#setup-prefabs-desktop) |
| 4 | Locate **Paytable** spawner position in `mobile-ui`, then use prefab configured.| Search for the `mobile-paytable-content-spawner` in `mobile-ui` prefab. |  |
| 5 | Locate **Rules** spawner position in `mobile-ui`, then use prefab configured.| Search for the `mobile-rule-content-spawner` in `mobile-ui` prefab. |
 |