Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit b63e8b2

Browse files
author
Francois-Xavier Gentilhomme
committed
[FIX] fixes v3 example
1 parent b78a1ce commit b63e8b2

File tree

9 files changed

+7
-9
lines changed

9 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ myscript-text-web is a web component that can be used in every web application (
4949
## Examples
5050

5151
- [examples/non-version-specific/get_started.html](examples/non-version-specific/get_started.html) Get started with iink
52-
- [examples/v3/rest_text.html](examples/v3/rest_text.html) Get started with legacy api (v3)
52+
- [examples/v3/websocket_text.html](examples/v3/websocket_text.html) Get started with legacy api (v3)
5353
- [examples/index.html](examples/index.html) Other demonstrations
5454

5555
## Documentation

analysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6896,7 +6896,7 @@
68966896
"description": "Import content [V4]"
68976897
},
68986898
{
6899-
"url": "examples/v3/rest_text.html",
6899+
"url": "examples/v3/websocket_text.html",
69006900
"description": "Configure component with legacy api [V3]"
69016901
},
69026902
{

docs/components/myscript-text-web/analysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6896,7 +6896,7 @@
68966896
"description": "Import content [V4]"
68976897
},
68986898
{
6899-
"url": "examples/v3/rest_text.html",
6899+
"url": "examples/v3/websocket_text.html",
69006900
"description": "Configure component with legacy api [V3]"
69016901
},
69026902
{

docs/components/myscript-text-web/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>V4 - iink SDK web</h2>
5151
<h2>V3 - CDK v3.2</h2>
5252
<ul>
5353
<li>
54-
<a href="v3/rest_text.html">TEXT with v3.2 REST/HTTP</a>
54+
<a href="v3/websocket_text.html">TEXT with v3.2 WebSockets</a>
5555
</li>
5656
<li>
5757
<a href="v3/prediction_completion.html">Configure and use prediction and completion</a>

docs/components/myscript-text-web/examples/v3/rest_text.html renamed to docs/components/myscript-text-web/examples/v3/websocket_text.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
<body>
2020
<myscript-text-web apiversion="V3"
21-
protocol="REST"
2221
scheme="https"
2322
host="webdemoapi.myscript.com"
2423
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"

docs/components/myscript-text-web/myscript-text-web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@demo examples/non-version-specific/customize_style.html Customize style [V4]
3737
@demo examples/non-version-specific/custom_controls.html Redefining the controls [V4]
3838
@demo examples/v4/import_content.html Import content [V4]
39-
@demo examples/v3/rest_text.html Configure component with legacy api [V3]
39+
@demo examples/v3/websocket_text.html Configure component with legacy api [V3]
4040
@demo examples/v3/prediction_completion.html Prediction and completion [V3]
4141
@demo examples/v3/superimposed.html Superimposed technology [V3]
4242
@demo examples/index.html Other examples

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>V4 - iink SDK web</h2>
5151
<h2>V3 - CDK v3.2</h2>
5252
<ul>
5353
<li>
54-
<a href="v3/rest_text.html">TEXT with v3.2 REST/HTTP</a>
54+
<a href="v3/websocket_text.html">TEXT with v3.2 WebSockets</a>
5555
</li>
5656
<li>
5757
<a href="v3/prediction_completion.html">Configure and use prediction and completion</a>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
<body>
2020
<myscript-text-web apiversion="V3"
21-
protocol="REST"
2221
scheme="https"
2322
host="webdemoapi.myscript.com"
2423
applicationkey="22eda92c-10af-40d8-abea-fd4093c17d81"

myscript-text-web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@demo examples/non-version-specific/customize_style.html Customize style [V4]
3737
@demo examples/non-version-specific/custom_controls.html Redefining the controls [V4]
3838
@demo examples/v4/import_content.html Import content [V4]
39-
@demo examples/v3/rest_text.html Configure component with legacy api [V3]
39+
@demo examples/v3/websocket_text.html Configure component with legacy api [V3]
4040
@demo examples/v3/prediction_completion.html Prediction and completion [V3]
4141
@demo examples/v3/superimposed.html Superimposed technology [V3]
4242
@demo examples/index.html Other examples

0 commit comments

Comments
 (0)