Skip to content

Commit bced1b4

Browse files
committed
docs(chat): Fix slugs
1 parent 825f5a2 commit bced1b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

controls/chat/functionality/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 0
1212

1313
The **RadChat** control has a support for default **suggested actions** which are rendered inside a Suggested Actions Pane. A Suggested Action is a button that the user can tap/click to provide input. That is why they can be also called Quick Actions.
1414

15-
Unlike buttons that appear within [rich cards]({%slug chat/cards%}) (which remain visible and accessible to the user even after being tapped), buttons that appear within the suggested actions pane will disappear after the user makes a selection. This prevents the user from tapping stale buttons within a conversation and simplifies bot development (since you will not need to account for that scenario).
15+
Unlike buttons that appear within [rich cards]({%slug chat/functionality/cards%}) (which remain visible and accessible to the user even after being tapped), buttons that appear within the suggested actions pane will disappear after the user makes a selection. This prevents the user from tapping stale buttons within a conversation and simplifies bot development (since you will not need to account for that scenario).
1616

1717
To display the **suggestedActions** propmt, you need to call the `renderSuggestedActions` method of the control.
1818

@@ -51,7 +51,7 @@ function renderSuggestedActions(sender) {
5151

5252
* [RadChat Structure]({%slug chat/structure%})
5353

54-
* [RadChat Server-Side Programming]({%slug chat/server-side-programming%})
54+
* [RadChat Server-Side Programming]({%slug chat/server-side-programming/overview%})
5555

5656
* [RadChat Client-Side Programming]({%slug chat/client-side-programming/overview%})
5757

controls/chat/functionality/cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To further customize the appearance of a card, you can also use [Custom Template
6161

6262
* [RadChat Structure]({%slug chat/structure%})
6363

64-
* [RadChat Server-Side Programming]({%slug chat/server-side-programming%})
64+
* [RadChat Server-Side Programming]({%slug chat/server-side-programming/overview%})
6565

6666
* [RadChat Client-Side Programming]({%slug chat/client-side-programming/overview%})
6767

controls/chat/functionality/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function addCustomComponent() {
109109

110110
* [RadChat Structure]({%slug chat/structure%})
111111

112-
* [RadChat Server-Side Programming]({%slug diagram/server-side-programming%})
112+
* [RadChat Server-Side Programming]({%slug chat/server-side-programming%})
113113

114114
* [RadChat Client-Side Programming]({%slug chat/client-side-programming/overview%})
115115

controls/chat/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--
1+
---
22
title: Overview
33
page_title: Structure Overview | RadChat for ASP.NET AJAX Documentation
44
description: Structure Overview

0 commit comments

Comments
 (0)