From 38d786c5e2e3c429a0dc0faa470ec9713b45fac2 Mon Sep 17 00:00:00 2001 From: VictorGrycuk Date: Mon, 10 Dec 2018 15:15:26 -0300 Subject: [PATCH 1/3] Add JS and TS 60.multilingual-luis-bot links --- experimental/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index 9623c8be88..b5250e7840 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -25,15 +25,15 @@ Experimental samples are organized per platform. | Sample Name | Description | .NET CORE | NodeJS | .NET Web API | Typescript | |-----------------------|--------------------------------------------------------------------------------|-------------|-------------|--------------|-------------| -|bot translation library| The sample shows how to use the library through Middleware to support multilingual interaction with bots in general and LUIS bots in particular. |[View][cs#1] | | | | +|bot translation library| The sample shows how to use the library through Middleware to support multilingual interaction with bots in general and LUIS bots in particular. |[View][cs#1] | [View][js#1] | | [View][ts#1] | [cs#1]:csharp_dotnetcore/MultilingualLuisBot [wa#2]:csharp_webapi/# -[ts#1]:javascript_typescript/# +[ts#1]:javascript_typescript/javascript_typescript -[js#1]:samples/javascript_nodejs/# +[js#1]:samples/javascript_nodejs/javascript_typescript From 14d424c16c23a385c50859397f76b194a8f4f081 Mon Sep 17 00:00:00 2001 From: VictorGrycuk Date: Mon, 10 Dec 2018 15:40:28 -0300 Subject: [PATCH 2/3] Fix path --- experimental/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index b5250e7840..0ed9953e1e 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -32,8 +32,8 @@ Experimental samples are organized per platform. [wa#2]:csharp_webapi/# -[ts#1]:javascript_typescript/javascript_typescript +[ts#1]:javascript_typescript/60.multilingual-luis-bot -[js#1]:samples/javascript_nodejs/javascript_typescript +[js#1]:javascript_typescript/60.multilingual-luis-bot From 62da99ea6dca81bda4a353dc55d6212b37226e00 Mon Sep 17 00:00:00 2001 From: VictorGrycuk Date: Wed, 19 Dec 2018 10:45:33 -0300 Subject: [PATCH 3/3] Remove NodeJS link from README.md --- experimental/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index 0ed9953e1e..dd1d07af0c 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -25,7 +25,7 @@ Experimental samples are organized per platform. | Sample Name | Description | .NET CORE | NodeJS | .NET Web API | Typescript | |-----------------------|--------------------------------------------------------------------------------|-------------|-------------|--------------|-------------| -|bot translation library| The sample shows how to use the library through Middleware to support multilingual interaction with bots in general and LUIS bots in particular. |[View][cs#1] | [View][js#1] | | [View][ts#1] | +|bot translation library| The sample shows how to use the library through Middleware to support multilingual interaction with bots in general and LUIS bots in particular. |[View][cs#1] | | | [View][ts#1] | [cs#1]:csharp_dotnetcore/MultilingualLuisBot @@ -34,6 +34,4 @@ Experimental samples are organized per platform. [ts#1]:javascript_typescript/60.multilingual-luis-bot -[js#1]:javascript_typescript/60.multilingual-luis-bot - - +[js#1]:samples/javascript_nodejs/#