Skip to content

Commit 95184fa

Browse files
authored
Merge pull request #188842 from atikmapari/Broken-link-aahi
Broken link fixed
2 parents 4071365 + 266dfc1 commit 95184fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/LUIS/concepts/patterns-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The machine-learning entity in this example is more complex with nested subentit
316316

317317
This example uses features at the subentity level and child of subentity level. Which level gets what kind of phrase list or model as a feature is an important part of your entity design.
318318

319-
While subentities can have many phrase lists as features that help detect the entity, each subentity has only one model as a feature. In this [pizza app](/Azure/pizza_luis_bot/blob/master/CognitiveModels/MicrosoftPizza.json), those models are primarily lists.
319+
While subentities can have many phrase lists as features that help detect the entity, each subentity has only one model as a feature. In this [pizza app](https://github.com/Azure/pizza_luis_bot/blob/master/CognitiveModels/MicrosoftPizza.json), those models are primarily lists.
320320

321321
:::image type="content" source="../media/luis-concept-patterns/pizza-example-example-phrase-lists.png" alt-text="A screenshot showing a machine learning entity many phrase lists as features." lightbox="../media/luis-concept-patterns/pizza-example-example-phrase-lists.png":::
322322

articles/cognitive-services/LUIS/luis-tutorial-bing-spellcheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Two solutions are:
101101
* Create a phrase list with all variations of the word. With this solution, you do not need to label the word variations in the example utterances.
102102

103103
## Next steps
104-
[Learn more about example utterances](/how-to/entities.md)
104+
[Learn more about example utterances](./how-to/entities.md)

0 commit comments

Comments
 (0)