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

Commit 8653099

Browse files
committed
publish new docs
1 parent 5aef472 commit 8653099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/botkit/src/adapter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BotFrameworkAdapter, TurnContext } from 'botbuilder';
55
import * as request from 'request';
66

77
/**
8-
* This class extends the BotFrameworkAdapter with a few additional features to support Microsoft Teams.
8+
* This class extends the [BotFrameworkAdapter](https://docs.microsoft.com/en-us/javascript/api/botbuilder/botframeworkadapter?view=botbuilder-ts-latest) with a few additional features to support Microsoft Teams.
99
*/
1010
export class BotkitBotFrameworkAdapter extends BotFrameworkAdapter {
1111

packages/docs/reference/core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Load a plugin module and bind all included middlewares to their respective endpo
434434

435435
<a name="BotkitBotFrameworkAdapter"></a>
436436
## BotkitBotFrameworkAdapter
437-
This class extends the BotFrameworkAdapter with a few additional features to support Microsoft Teams.
437+
This class extends the [BotFrameworkAdapter](https://docs.microsoft.com/en-us/javascript/api/botbuilder/botframeworkadapter?view=botbuilder-ts-latest) with a few additional features to support Microsoft Teams.
438438

439439
To use this class in your application, first install the package:
440440
```bash

0 commit comments

Comments
 (0)