Skip to content

Commit 8a6a9d6

Browse files
committed
fix location of python code
1 parent a608771 commit 8a6a9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/luis-get-started-python-get-intent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ You can use Python to access the same results you saw in the browser window in t
6060

6161
1. Copy one of the following code snippets:
6262

63-
[!code-python[Console app code that calls a LUIS endpoint for Python 2.7](~/samples-luis/documentation-samples/endpoint-api-samples/python/quickstart-call-endpoint-2-7.py)]
63+
[!code-python[Console app code that calls a LUIS endpoint for Python 2.7](~/samples-luis/documentation-samples/endpoint-api-samples/python/2.x/quickstart-call-endpoint-2-7.py)]
6464

65-
[!code-python[Console app code that calls a LUIS endpoint for Python 3.6](~/samples-luis/documentation-samples/endpoint-api-samples/python/quickstart-call-endpoint-3-6.py)]
65+
[!code-python[Console app code that calls a LUIS endpoint for Python 3.6](~/samples-luis/documentation-samples/endpoint-api-samples/python/3.x/quickstart-call-endpoint-3-6.py)]
6666

6767

6868
2. Replace the value of the `Ocp-Apim-Subscription-Key` field with your LUIS endpoint key.

0 commit comments

Comments
 (0)