Skip to content

Commit 784fe01

Browse files
author
Kyle Delaney
authored
Fix links to samples (#374)
1 parent 849ea1f commit 784fe01

19 files changed

Lines changed: 30 additions & 23 deletions

File tree

  • libraries
    • Bot.Builder.Community.Adapters.ACS.SMS
    • Bot.Builder.Community.Adapters.ActionsSDK
    • Bot.Builder.Community.Adapters.Alexa
    • Bot.Builder.Community.Adapters.Google
    • Bot.Builder.Community.Adapters.Infobip.Sms
    • Bot.Builder.Community.Adapters.Infobip.Viber
    • Bot.Builder.Community.Adapters.Infobip.WhatsApp
    • Bot.Builder.Community.Adapters.MessageBird
    • Bot.Builder.Community.Adapters.RingCentral
    • Bot.Builder.Community.Adapters.Twitter
    • Bot.Builder.Community.Adapters.Zoom
    • Bot.Builder.Community.Cards
    • Bot.Builder.Community.Dialogs.ChoiceFlow
    • Bot.Builder.Community.Dialogs.FormFlow
    • Bot.Builder.Community.Dialogs.Location
    • Bot.Builder.Community.Dialogs.Luis
    • Bot.Builder.Community.Middleware.BestMatch
    • Bot.Builder.Community.Middleware.SentimentAnalysis
    • Bot.Builder.Community.Storage.EntityFramework

libraries/Bot.Builder.Community.Adapters.ACS.SMS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Install into your project use the following command in the package manager.
3333

3434
## Sample
3535

36-
Sample bot is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/samples/ACS%20SMS%20Adapter%20Sample).
36+
Sample bot is available [here](../../samples/ACS%20SMS%20Adapter%20Sample).
3737

3838
## Usage
3939

libraries/Bot.Builder.Community.Adapters.ActionsSDK/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Install into your project use the following command in the package manager.
3535

3636
## Sample
3737

38-
A Sample bot with examples of Actions SDK specific functionality (such as sending cards, lists etc.) is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/samples/Actions%20SDK%20Adapter%20Sample).
38+
A Sample bot with examples of Actions SDK specific functionality (such as sending cards, lists etc.) is available [here](../../samples/Actions%20SDK%20Adapter%20Sample).
3939

4040
## Usage
4141

libraries/Bot.Builder.Community.Adapters.Alexa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install into your project use the following command in the package manager.
3636

3737
## Sample
3838

39-
Sample bot, showing examples of Alexa specific functionality is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/samples/Alexa%20Adapter%20Sample).
39+
Sample bots showing examples of Alexa specific functionality are available [here](../../samples/Alexa%20Adapter%20Sample) and [here](../../samples/Cortana%20Assistant%20Alexa%20Sample).
4040

4141
## Usage
4242

libraries/Bot.Builder.Community.Adapters.Google/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install into your project use the following command in the package manager.
3737

3838
## Sample
3939

40-
A Sample bot with examples of specific functionality for the legacy Actions SDK and DialogFLow (such as sending cards, lists etc.) is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/samples/Google%20Adapter%20Sample).
40+
A Sample bot with examples of specific functionality for the legacy Actions SDK and DialogFLow (such as sending cards, lists etc.) is available [here](../../samples/Google%20Adapter%20Sample).
4141

4242
## Usage
4343

libraries/Bot.Builder.Community.Adapters.Infobip.Sms/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ Install into your project using the following command in the package manager;
3434
PM> Install-Package Bot.Builder.Community.Adapters.Infobip.Sms
3535
```
3636

37-
## Sample
38-
39-
Sample bot, showing examples of Infobip specific functionality is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/samples/Infobip%Sms%20Sample).
40-
4137
## Usage
4238

4339
- [Prerequisites](#prerequisites)

libraries/Bot.Builder.Community.Adapters.Infobip.Viber/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Install into your project using the following command in the package manager;
3333
PM> Install-Package Bot.Builder.Community.Adapters.Infobip.Viber
3434
```
3535

36-
## Sample
37-
38-
Sample bot, showing examples of Infobip specific functionality is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/samples/Infobip%20Viber%20Sample).
39-
4036
## Usage
4137

4238
- [Prerequisites](#prerequisites)

libraries/Bot.Builder.Community.Adapters.Infobip.WhatsApp/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ Install into your project using the following command in the package manager;
3838
PM> Install-Package Bot.Builder.Community.Adapters.Infobip.WhatsApp
3939
```
4040

41-
## Sample
42-
43-
Sample bot, showing examples of Infobip specific functionality is available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/samples/Infobip%20WhatsApp%20Sample).
44-
4541
## Usage
4642

4743
- [Prerequisites](#prerequisites)

libraries/Bot.Builder.Community.Adapters.MessageBird/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The adapter currently supports the following scenarios:
2020
* Receive delivery reports
2121
* Full incoming request from MessageBird is added to the incoming activity as ChannelData
2222

23+
### Sample
24+
25+
Basic sample bot available [here](../../samples/MessageBird%20Adapter%20Sample).
2326

2427
## Usage
2528

libraries/Bot.Builder.Community.Adapters.RingCentral/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Install into your project using the following command in the package manager;
4646

4747
### Sample
4848

49-
Basic sample bot available [here](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/samples/RingCentral%20Adapter%20Sample).
49+
Basic sample bot available [here](../../samples/RingCentral%20Adapter%20Sample).
5050

5151
### Usage
5252

libraries/Bot.Builder.Community.Adapters.Twitter/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Use nuget to add the required dependencies
99

1010
dotnet add package Bot.Builder.Community.Twitter.Adapter
1111

12+
### Sample
13+
14+
Basic sample bot available [here](../../samples/Twitter%20Adapter%20Sample).
15+
1216
## Configuration
1317

1418
Use the provided extensions to setup the adapter, middleware and hosted service in .NET Core

0 commit comments

Comments
 (0)