diff --git a/content/en-us/chat/legacy/client-side-chat-modules.md b/content/en-us/chat/legacy/client-side-chat-modules.md
index 1f9364dd3..c8ee30810 100644
--- a/content/en-us/chat/legacy/client-side-chat-modules.md
+++ b/content/en-us/chat/legacy/client-side-chat-modules.md
@@ -6,7 +6,7 @@ comments: |
---
- This guide covers client-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService`, see In-Experience Text Chat.
+ This guide covers client-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService`, see In-Experience Text Chat.
You can use the following chat modules to support client-side behaviors of the [Legacy Chat System](../../chat/legacy/legacy-chat-system.md#message-creator-modules).
diff --git a/content/en-us/chat/legacy/server-side-chat-modules.md b/content/en-us/chat/legacy/server-side-chat-modules.md
index 0f0290504..bccf1a3c1 100644
--- a/content/en-us/chat/legacy/server-side-chat-modules.md
+++ b/content/en-us/chat/legacy/server-side-chat-modules.md
@@ -6,7 +6,7 @@ comments: |
---
- This guide covers server-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService` , see In-Experience Text Chat.
+ This guide covers server-side chat modules of the legacy chat system, which is deprecated and no longer onboarding new users in favor of `Class.TextChatService` with easier and more modern chat settings. If you are using the default chat system powered by `Class.TextChatService` , see In-Experience Text Chat.
You can use the following chat modules to support server-side behaviors of the [Legacy Chat System](../../chat/legacy/legacy-chat-system.md#message-creator-modules) including:
diff --git a/content/en-us/production/publishing/console-guidelines.md b/content/en-us/production/publishing/console-guidelines.md
index 05f3dd19e..41f037e41 100644
--- a/content/en-us/production/publishing/console-guidelines.md
+++ b/content/en-us/production/publishing/console-guidelines.md
@@ -25,7 +25,7 @@ Apply the following to simplify the UI design for consoles:
- **Minimal controller input complexity**: Unlike tappable or clickable input methods, console users navigate by pressing one button at a time, so an action that takes one move on other devices might take extra moves with a controller. Make sure that key actions in your experience only take a few moves to access.
-- **No Chat Window**: Regardless of whether you use the default in-experience text chat system or fork the legacy chat system as your custom chat system, [disable the chat window](../../chat/customizing-in-experience-text-chat.md#chat-window-configuration) for console experiences.
+- **No Chat Window**: Regardless of whether you use the default in-experience text chat system or fork the legacy chat system as your custom chat system, [disable the chat window](../../chat/chat-window.md#chat-window-configuration) for console experiences.
As controllers aren't just for consoles and VR but also are available on devices such as desktop and mobile, minimizing the number of moves needed can enhance the UI for all devices and input types in addition to PlayStation and Xbox.
diff --git a/content/en-us/reference/engine/classes/ChannelTabsConfiguration.yaml b/content/en-us/reference/engine/classes/ChannelTabsConfiguration.yaml
index 72aa1cf6a..91486453d 100644
--- a/content/en-us/reference/engine/classes/ChannelTabsConfiguration.yaml
+++ b/content/en-us/reference/engine/classes/ChannelTabsConfiguration.yaml
@@ -9,7 +9,7 @@ description: |
It is parented to `Class.TextChatService`.
To learn more, see
- [Customizing Text Chat](../../../chat/customizing-in-experience-text-chat.md).
+ [Customizing the Chat Window](../../../chat/chat-window.md).
code_samples: []
inherits:
- TextChatConfigurations
diff --git a/content/en-us/reference/engine/classes/TextChatCommand.yaml b/content/en-us/reference/engine/classes/TextChatCommand.yaml
index 0bd5c9e23..3ea8aea9f 100644
--- a/content/en-us/reference/engine/classes/TextChatCommand.yaml
+++ b/content/en-us/reference/engine/classes/TextChatCommand.yaml
@@ -11,7 +11,7 @@ description: |
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat.
To learn more about using `Class.TextChatService`, see
- [In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
+ [In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
code_samples: []
inherits:
- Instance
diff --git a/content/en-us/reference/engine/classes/TextChatMessage.yaml b/content/en-us/reference/engine/classes/TextChatMessage.yaml
index 167016f80..f1f34c3ab 100644
--- a/content/en-us/reference/engine/classes/TextChatMessage.yaml
+++ b/content/en-us/reference/engine/classes/TextChatMessage.yaml
@@ -8,7 +8,7 @@ description: |
Immutable data object representing a text chat message.
To learn more about using TextChatMessages, see
- [In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
+ [In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
code_samples: []
inherits:
- Instance
@@ -240,7 +240,7 @@ properties:
with the same localization settings or using languages without the text
filter support, so this property can be an empty string if no translation
happens. For customization, see
- [Customizing Translated Messages](../../../chat/customizing-in-experience-text-chat.md).
+ [Customizing Translated Messages](../../../chat/chat-window.md).
code_samples: []
type: string
tags: []
diff --git a/content/en-us/reference/engine/classes/TextSource.yaml b/content/en-us/reference/engine/classes/TextSource.yaml
index 7c71c3901..70ac360e4 100644
--- a/content/en-us/reference/engine/classes/TextSource.yaml
+++ b/content/en-us/reference/engine/classes/TextSource.yaml
@@ -21,7 +21,7 @@ description: |
associated with the `Class.TextSource` via `Class.TextSource.UserId`.
To learn more about using TextSources, see
- [In-Experience Text Chat](../../../chat/customizing-in-experience-text-chat.md).
+ [In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
code_samples:
inherits:
- Instance