Link fixes on readme file
This commit is contained in:
parent
95a0ce7e0b
commit
d5b3edb9d9
|
@ -30,7 +30,7 @@ See more details on how to create a bot from following locations.
|
|||
|
||||
|
||||
> Notice that you can find simplistic bot implemented with Visual Studio 2015 using the bot templates (Oct 2016)
|
||||
under the [vs2015-bot-application](./vs2015-bot-application/readme.md) folder. This is simplistic bot based on above blog posts, which responses random string back.
|
||||
under the [vs2015-bot-application](./vs2015-bot-application) folder. This is simplistic bot based on above blog posts, which responses random string back.
|
||||
|
||||
## Solution
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<configuration>
|
||||
<appSettings>
|
||||
<!-- update these with your BotId, Microsoft App Id and your Microsoft App Password-->
|
||||
<add key="BotId" value="pnptestreplybot" />
|
||||
<add key="MicrosoftAppId" value="eb65760a-fbc5-4ebe-bca4-4a7cdc822f19" />
|
||||
<add key="MicrosoftAppPassword" value="DKGchcxcEnPAwq7jBwyXO0N" />
|
||||
<add key="BotId" value="update-to-your-value" />
|
||||
<add key="MicrosoftAppId" value="update-to-your-value" />
|
||||
<add key="MicrosoftAppPassword" value="update-to-your-value" />
|
||||
</appSettings>
|
||||
<!--
|
||||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
||||
|
|
Loading…
Reference in New Issue