Skip to content

Commit 17f83d5

Browse files
committed
Merge branch 'develop'
2 parents 286bc25 + 00af5c8 commit 17f83d5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/0.9.71/functionality/conditionals-and-branching/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="description" content="Conversational Form is an open-source concept by SPACE10 to easily turn any form element on a web page into a conversational form interface.">
1010
<meta name="keywords" content="conversational interfaces, conversational form, interface, bot, cui">
11-
<link rel="icon" href="../../assets/favicon.ico">
11+
<link rel="icon" href="../assets/favicon.ico">
1212

1313
<link rel="publisher" href="http://space10.io/"/>
1414

docs/0.9.71/functionality/custom-error-message/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="description" content="Conversational Form is an open-source concept by SPACE10 to easily turn any form element on a web page into a conversational form interface.">
1010
<meta name="keywords" content="conversational interfaces, conversational form, interface, bot, cui">
11-
<link rel="icon" href="../assets/favicon.ico">
11+
<link rel="icon" href="../../assets/favicon.ico">
1212

1313
<link rel="publisher" href="http://space10.io/"/>
1414

docs/0.9.71/functionality/custom-placeholder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="description" content="Conversational Form is an open-source concept by SPACE10 to easily turn any form element on a web page into a conversational form interface.">
1010
<meta name="keywords" content="conversational interfaces, conversational form, interface, bot, cui">
11-
<link rel="icon" href="../assets/favicon.ico">
11+
<link rel="icon" href="../../assets/favicon.ico">
1212

1313
<link rel="publisher" href="http://space10.io/"/>
1414

docs/0.9.71/getting-started/previous-versions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="description" content="Conversational Form is an open-source concept by SPACE10 to easily turn any form element on a web page into a conversational form interface.">
1010
<meta name="keywords" content="conversational interfaces, conversational form, interface, bot, cui">
11-
<link rel="icon" href="../../assets/favicon.ico">
11+
<link rel="icon" href="../assets/favicon.ico">
1212

1313
<link rel="publisher" href="http://space10.io/"/>
1414

docs/0.9.71/options/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ <h1 id="options">Options</h1>
172172
</tr>
173173
<tr>
174174
<td>userImage</td>
175-
<td>base64, image url or an string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
175+
<td>base64, image url or a string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
176176
<td></td>
177177
<td>Add a custom user image or short text string, without overwritting the user dictionary.</td>
178178
</tr>
179179
<tr>
180180
<td>robotImage</td>
181-
<td>base64, image url or an string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
181+
<td>base64, image url or a string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
182182
<td></td>
183183
<td>Add a custom robot image or short text string, without overwritting the robot dictionary.</td>
184184
</tr>

docs/0.9.71/src/pages/options/index.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
</tr>
5151
<tr>
5252
<td>userImage</td>
53-
<td>base64, image url or an string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
53+
<td>base64, image url or a string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
5454
<td></td>
5555
<td>Add a custom user image or short text string, without overwritting the user dictionary.</td>
5656
</tr>
5757
<tr>
5858
<td>robotImage</td>
59-
<td>base64, image url or an string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
59+
<td>base64, image url or a string beginning with "text:" (eg. "text:JD") (max 3 characters)</td>
6060
<td></td>
6161
<td>Add a custom robot image or short text string, without overwritting the robot dictionary.</td>
6262
</tr>

0 commit comments

Comments
 (0)