File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/app/shared/src/constants Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ![ Bot Framework Emulator] ( ./docs/media/BotFrameworkEmulator_header.png )
2
2
3
- ### [ Find out what's new with Bot Framework] ( https://github.com/Microsoft/botframework/blob/master /whats-new.md#whats-new )
3
+ ### [ Find out what's new with Bot Framework] ( https://github.com/Microsoft/botframework/blob/main /whats-new.md#whats-new )
4
4
5
5
# Bot Framework Emulator
6
6
7
- [ ![ Build Status] ( https://fuselabs.visualstudio.com/BotFramework-Emulator/_apis/build/status/%5BV4%20-%20Nightly%5D%20Master %20Build?branchName=master )] ( https://fuselabs.visualstudio.com/BotFramework-Emulator/_build/latest?definitionId=419&branchName=master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Microsoft/BotFramework-Emulator/badge.svg?branch=master )] ( https://coveralls.io/github/Microsoft/BotFramework-Emulator?branch=master )
7
+ [ ![ Build Status] ( https://fuselabs.visualstudio.com/BotFramework-Emulator/_apis/build/status/%5BV4%20-%20Nightly%5D%20Main %20Build?branchName=main )] ( https://fuselabs.visualstudio.com/BotFramework-Emulator/_build/latest?definitionId=419&branchName=main ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Microsoft/BotFramework-Emulator/badge.svg?branch=main )] ( https://coveralls.io/github/Microsoft/BotFramework-Emulator?branch=main )
8
8
9
9
The Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots built using the [ Bot Framework SDK] ( https://github.com/microsoft/botbuilder ) . You can use the Bot Framework Emulator to test bots running either locally on your machine or connect to bots running remotely through a tunnel.
10
10
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export const SharedConstants = {
200
200
CONTENT_TYPE_NGROK_DEBUGGER : 'application/vnd.microsoft.bfemulator.document.ngrokDebugger' ,
201
201
} ,
202
202
Channels : {
203
- ReadmeUrl : 'https://raw.githubusercontent.com/Microsoft/BotFramework-Emulator/master /content/CHANNELS.md' ,
203
+ ReadmeUrl : 'https://raw.githubusercontent.com/Microsoft/BotFramework-Emulator/main /content/CHANNELS.md' ,
204
204
HelpLabel : 'Get started with channels (Bot Inspector)' ,
205
205
} ,
206
206
DocumentIds : {
You can’t perform that action at this time.
0 commit comments