Skip to content

Commit 6797291

Browse files
committed
fix toc, add file names
1 parent a35dc21 commit 6797291

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/cognitive-services/LUIS/luis-get-started-node-add-utterance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.author: diberry
3131

3232
## Create quickstart code
3333

34-
Add the NPM dependencies to the file.
34+
Add the NPM dependencies to the file named `add-utterances.js`.
3535

3636
[!code-javascript[NPM Dependencies](~/samples-luis/documentation-samples/quickstarts/change-model/node/add-utterances.js?range=8-11 "NPM Dependencies")]
3737

articles/cognitive-services/LUIS/luis-get-started-ruby-add-utterance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ms.author: diberry
3030

3131
## Create quickstart code
3232

33-
Add the dependencies to the file.
33+
Add the dependencies to the file named `add-utterances.rb`.
3434

3535
[!code-ruby[Ruby and LUIS Dependencies](~/samples-luis/documentation-samples/quickstarts/change-model/ruby/add-utterances.rb?range=1-21 "Ruby and LUIS Dependencies")]
3636

articles/cognitive-services/LUIS/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
href: luis-get-started-js-get-intent.md
2424
- name: Node.js
2525
href: luis-get-started-node-get-intent.md
26-
- name: Python
27-
href: luis-get-started-python-get-intent.md
2826
- name: PHP
2927
href: luis-get-started-php-get-intent.md
28+
- name: Python
29+
href: luis-get-started-python-get-intent.md
3030
- name: Ruby
3131
href: luis-get-started-ruby-get-intent.md
3232
- name: Add utterance to intent and train app
@@ -41,10 +41,10 @@
4141
href: luis-get-started-javascript-add-utterance.md
4242
- name: Node.js
4343
href: luis-get-started-node-add-utterance.md
44-
- name: Python
45-
href: luis-get-started-python-add-utterance.md
4644
- name: PHP
4745
href: luis-get-started-php-add-utterance.md
46+
- name: Python
47+
href: luis-get-started-python-add-utterance.md
4848
- name: Ruby
4949
href: luis-get-started-ruby-add-utterance.md
5050
- name: Tutorials

0 commit comments

Comments
 (0)