From 563f6fbbc545e0feca9f4cf36074298953c46e95 Mon Sep 17 00:00:00 2001 From: Pablo Costantini Date: Tue, 23 May 2017 10:42:12 -0300 Subject: [PATCH] Updates to More Information links --- CSharp/sample-payments/README.md | 3 +-- Node/sample-payments/README.md | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CSharp/sample-payments/README.md b/CSharp/sample-payments/README.md index 66123b02c3..23aee98f4e 100644 --- a/CSharp/sample-payments/README.md +++ b/CSharp/sample-payments/README.md @@ -334,5 +334,4 @@ When you run it in the Bot emulator you will have the following interaction flow To get more information about how to get started in Bot Builder for .NET and Conversations please review the following resources: * [Bot Builder for .NET](https://docs.botframework.com/en-us/csharp/builder/sdkreference/index.html) * [Bot Framework FAQ](https://docs.botframework.com/en-us/faq/#i-have-a-communication-channel-id-like-to-be-configurable-with-bot-framework-can-i-work-with-microsoft-to-do-that) -* [Bot Builder samples](https://github.com/microsoft/botbuilder-samples) -* [Bot Framework Emulator](https://github.com/microsoft/botframework-emulator/wiki/Getting-Started) +* [Request Payment](https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-request-payment) diff --git a/Node/sample-payments/README.md b/Node/sample-payments/README.md index 1cbdc95308..a796722022 100644 --- a/Node/sample-payments/README.md +++ b/Node/sample-payments/README.md @@ -330,7 +330,5 @@ When you run it in the Bot emulator you will have the following interaction flow ### More Information To get more information about how to get started in Bot Builder for .NET and Conversations please review the following resources: -* [Bot Builder for .NET](https://docs.botframework.com/en-us/csharp/builder/sdkreference/index.html) -* [Bot Framework FAQ](https://docs.botframework.com/en-us/faq/#i-have-a-communication-channel-id-like-to-be-configurable-with-bot-framework-can-i-work-with-microsoft-to-do-that) -* [Bot Builder samples](https://github.com/microsoft/botbuilder-samples) -* [Bot Framework Emulator](https://github.com/microsoft/botframework-emulator/wiki/Getting-Started) \ No newline at end of file +* [Bot Builder for Node.js Reference](https://docs.microsoft.com/en-us/bot-framework/nodejs/) +* [Request Payment](https://docs.microsoft.com/en-us/bot-framework/nodejs/bot-builder-nodejs-request-payment) \ No newline at end of file