Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a6fc5fb

Browse files
committed
update docs
1 parent 38d6067 commit a6fc5fb

File tree

17 files changed

+44
-210
lines changed

17 files changed

+44
-210
lines changed

packages/botbuilder-adapter-facebook/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { FacebookAdapter } = require('botbuilder-adapter-facebook');
2020

2121
## Get Started
2222

23-
If you are starting a brand new project, [follow these instructions to create a customized application template.](https://botkit.ai/getstarted.html)
23+
If you are starting a brand new project, [follow these instructions to create a customized application template.](../docs/index.md)
2424

2525
## Use FacebookAdapter in your App
2626

packages/botbuilder-adapter-hangouts/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const { HangoutsAdapter } = require('botbuilder-adapter-hangouts');
2121

2222
## Get Started
2323

24-
If you are starting a brand new project, [follow these instructions to create a customized application template.](https://botkit.ai/getstarted.html)
24+
If you are starting a brand new project, [follow these instructions to create a customized application template.](../docs/index.md)
2525

2626
## Use HangoutsAdapter in your App
2727

packages/botbuilder-adapter-slack/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const { SlackAdapter } = require('botbuilder-adapter-slack');
2121

2222
## Get Started
2323

24-
If you are starting a brand new project, [follow these instructions to create a customized application template.](https://botkit.ai/getstarted.html)
24+
If you are starting a brand new project, [follow these instructions to create a customized application template.](../docs/index.md)
2525

2626
## Use SlackAdapter in your App
2727

packages/botbuilder-adapter-twilio-sms/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const { TwilioAdapter } = require('botbuilder-adapter-twilio-sms');
2121

2222
## Get Started
2323

24-
If you are starting a brand new project, [follow these instructions to create a customized application template.](https://botkit.ai/getstarted.html)
24+
If you are starting a brand new project, [follow these instructions to create a customized application template.](../docs/index.md)
2525

2626
## Use TwilioAdapter in your App
2727

packages/botbuilder-adapter-web/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { WebAdapter } = require('botbuilder-adapter-web');
2020

2121
## Get Started
2222

23-
If you are starting a brand new project, [follow these instructions to create a customized application template.](https://botkit.ai/getstarted.html)
23+
If you are starting a brand new project, [follow these instructions to create a customized application template.](../docs/index.md)
2424

2525
## Use WebAdapter in your App
2626

@@ -84,7 +84,7 @@ Configures the webserver to accept websocket connections. This method is called
8484
## Community & Support
8585

8686
Join our thriving community of Botkit developers and bot enthusiasts at large.
87-
Over 10,000 members strong, [our open Slack group](https://community.botkit.ai) is
87+
Over 10,000 members strong, [our Github site](https://github.com/howdyai/botkit) is
8888
_the place_ for people interested in the art and science of making bots.
8989
Come to ask questions, share your progress, and commune with your peers!
9090

packages/botbuilder-adapter-web/src/web_adapter.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ export class WebAdapter extends BotAdapter {
135135
.catch((err) => { console.error(err.toString()); });
136136
} catch (e) {
137137
const alert = [
138-
'Error parsing incoming message from websocket.',
139-
'Message must be JSON, and should be in the format documented here:',
140-
'https://botkit.ai/docs/readme-web.html#message-objects'
138+
'Error parsing incoming message from websocket.'
141139
];
142140
console.error(alert.join('\n'));
143141
console.error(e);

packages/botbuilder-adapter-webex/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { WebexAdapter } = require('botbuilder-adapter-webex');
2020

2121
## Get Started
2222

23-
If you are starting a brand new project, [follow these instructions to create a customized application template.](https://botkit.ai/getstarted.html)
23+
If you are starting a brand new project, [follow these instructions to create a customized application template.](../docs/index.md)
2424

2525
## Use WebexAdapter in your App
2626

0 commit comments

Comments
 (0)