Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit cab25b9

Browse files
xieofxieryanisgrig
authored andcommitted
[Doc] update links (#2648)
1 parent c7f0d13 commit cab25b9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/_docs/skills/samples/hospitality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ An example transcript file demonstrating the Skill in action can be found [here]
2424

2525
![Hospitality Example]({{site.baseurl}}/assets/images/skills-hospitality-transcript.png)
2626

27-
The [Hospitality Sample VA]({{site.baseurl}}/reference/samples/hospitalitysample) demonstrates this skill and a number of other skills to demonstrate a more in-depth hospitality experience.
27+
The [Hospitality Sample VA]({{site.baseurl}}/solution-accelerators/assistants/hospitality-assistant) demonstrates this skill and a number of other skills to demonstrate a more in-depth hospitality experience.

docs/_docs/skills/samples/itsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ toc: true
1111
# {{ page.title }}
1212
{:.no_toc}
1313

14-
The [IT Service Management skill](https://github.com/microsoft/AI/tree/next/skills/src/csharp/experimental/itsmskill) provides a basic skill that provides ticket and knowledge base related capabilities and supports SerivceNow.
14+
The [IT Service Management skill]({{site.repo}}/tree/next/skills/csharp/experimental/itsmskill) provides a basic skill that provides ticket and knowledge base related capabilities and supports SerivceNow.
1515

1616
This skill demonstrates the following scenarios:
1717
- Create a ticket: *Create a ticket for my broken laptop*
1818
- Show ticket: *What's the status of my incident*
1919
- Update Ticket: *Change ticket's urgency to high*
2020
- Close a ticket: *Close my ticket*
21-
- Find Knowledgebase item: *Search knowledge articles related to error 1234*
21+
- Find Knowledgebase item: *Search knowledgebase for error lost connection*
2222

2323
An example transcript file demonstrating the Skill in action can be found [here]({{site.baseurl}}/assets/transcripts/skills-itsm.transcript), you can use the Bot Framework Emulator to open transcripts.
2424

docs/_docs/skills/samples/point-of-interest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following scenarios are currently supported by the Skill:
2828
- Find a Point of Interest
2929
- _What's nearby?_
3030
- _Are there any pharmacies in town?_
31-
- _Can you recommend an affordable restaurant in Seattle?_
31+
- _Can you recommend a restaurant in Seattle?_
3232

3333
## Language Understanding
3434
{:.toc}
@@ -73,7 +73,7 @@ LUIS models are provided in **.lu** file format to support the scenarios used in
7373
### Deployment
7474
{:.no_toc}
7575

76-
Learn how to [provision your Azure resources]({{site.baseurl}}/tutorials/csharp/create-skill/4_provision_your_azure_resources/) in the Create a Skill tutorial.
76+
Learn how to [provision your Azure resources]({{site.baseurl}}/skills/tutorials/create-skill/csharp/4-provision-your-azure-resources) in the Create a Skill tutorial.
7777

7878
### Supported content providers
7979
{:.no_toc}
@@ -97,7 +97,7 @@ Learn how to use [events]({{site.baseurl}}/virtual-assistant/handbook/events) to
9797
{:.no_toc}
9898

9999
This Skill supports an outgoing **OpenDefaultApp** Event Activity that provides a [Geo URI](https://en.wikipedia.org/wiki/Geo_URI_scheme) for chat clients to determine how to handle navigation to a user's selected point of interest.
100-
The [Virtual Assistant Client (Android) sample]({{ site.baseurl }}/clients/virtual-assistant-client/) demonstrates how a client may navigate to a destination using a user's preferred map application.
100+
The [Virtual Assistant Client (Android) sample]({{site.baseurl}}/clients-and-channels/clients/virtual-assistant-client) demonstrates how a client may navigate to a destination using a user's preferred map application.
101101

102102
```json
103103
{

docs/_docs/virtual-assistant/handbook/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can request to remove all user state and unlink accounts by passing the **VA
7777
{:.no_toc}
7878

7979
To be tightly integrated with a user's messaging client, a Virtual Assistant needs to send events back to the client application.
80-
The **OpenDefaultApp** example event is used in conjunction with the [Virtual Assistant Client (Android) sample)]({{ site.baseurl }}/clients/virtual-assistant-client/) to demonstrate samples of using metadata
80+
The **OpenDefaultApp** example event is used in conjunction with the [Virtual Assistant Client (Android) sample)]({{site.baseurl}}/clients-and-channels/clients/virtual-assistant-client) to demonstrate samples of using metadata
8181

8282
**Activity payload**
8383
```json

0 commit comments

Comments
 (0)