Skip to content

Commit 90851f4

Browse files
committed
fix include text - again
1 parent ca20d93 commit 90851f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/luis-csharp-tutorial-bf-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ In order to develop the web app bot code, download the code and use on your loca
107107

108108
[!code-csharp[Console app code that calls a LUIS endpoint](~/samples-luis/documentation-samples/quickstarts/analyze-text/csharp/Program.cs)]
109109

110-
[!code-csharp[Open the LuisHelper.js file. This is where the user utterance entered into the bot is sent to LUIS.](~/samples-luis/documentation-samples/tutorial-web-app-bot/v4/luis-csharp-bot-johnsmith-src/LuisHelper.cs "Open the LuisHelper.js file. This is where the user utterance entered into the bot is sent to LUIS.")]
110+
[!code-csharp[Open the LuisHelper.js file. This is where the user utterance entered into the bot is sent to LUIS.](~/samples-luis/documentation-samples/tutorial-web-app-bot/v4/luis-csharp-bot-johnsmith-src/LuisHelper.cs)]
111111

112112
1. Open **BookingDetails.cs** to view how the object abstracts the LUIS information.
113113

0 commit comments

Comments
 (0)