Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 70e1f73

Browse files
authored
Merge pull request #804 from microsoft/trboehre/master-rename
Link updates for master rename
2 parents 3f37105 + 76c48c2 commit 70e1f73

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![Bot Framework for Java](./docs/media/BotFrameworkJava_header.png)
22

3-
This repository contains code for the Java version (currently in preview) of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
3+
This repository contains code for the Java version (currently in preview) of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
44

55
This SDK enables developers to model conversation and build sophisticated bot applications using JavaScript. SDKs for [.NET](https://github.com/Microsoft/botbuilder-dotnet), [Python](https://github.com/Microsoft/botbuilder-python) and [JavaScript](https://github.com/Microsoft/botbuilder-js) are also available.
66

@@ -18,7 +18,7 @@ For more information jump to a section below.
1818

1919
| Branch | Description | Build Status | Coverage Status |
2020
|--------|-------------|--------------|-----------------|
21-
|Master | Preview 6 Builds | [![Build Status](https://travis-ci.org/Microsoft/botbuilder-java.svg?branch=master)](https://travis-ci.org/Microsoft/botbuilder-java) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-java/badge.svg?branch=823847c676b7dbb0fa348a308297ae375f5141ef)](https://coveralls.io/github/microsoft/botbuilder-java?branch=823847c676b7dbb0fa348a308297ae375f5141ef) |
21+
|Main | Preview 6 Builds | [![Build Status](https://travis-ci.org/Microsoft/botbuilder-java.svg?branch=main)](https://travis-ci.org/Microsoft/botbuilder-java) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-java/badge.svg?branch=823847c676b7dbb0fa348a308297ae375f5141ef)](https://coveralls.io/github/microsoft/botbuilder-java?branch=823847c676b7dbb0fa348a308297ae375f5141ef) |
2222

2323
## Getting Started
2424
To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0).
@@ -81,12 +81,12 @@ CheckStyle is available in different flavours:
8181
Below are the various channels that are available to you for obtaining support and providing feedback. Please pay carful attention to which channel should be used for which type of content. e.g. general "how do I..." questions should be asked on Stack Overflow, Twitter or Gitter, with GitHub issues being for feature requests and bug reports.
8282

8383
### Github issues
84-
[Github issues](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests.
84+
[Github issues](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests.
8585

8686
### Stack overflow
8787
[Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) is a great place for getting high-quality answers. Our support team, as well as many of our community members are already on Stack Overflow providing answers to 'how-to' questions.
8888

89-
### Azure Support
89+
### Azure Support
9090
If you issues relates to [Azure Bot Service](https://azure.microsoft.com/en-gb/services/bot-service/), you can take advantage of the available [Azure support options](https://azure.microsoft.com/en-us/support/options/).
9191

9292
### Twitter
@@ -98,15 +98,15 @@ The [Gitter Channel](https://gitter.im/Microsoft/BotBuilder) provides a place wh
9898
## Contributing and our code of conduct
9999
We welcome contributions and suggestions. Please see our [contributing guidelines](./contributing.md) for more information.
100100

101-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
101+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
102102
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
103103
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
104104

105105
## Reporting Security Issues
106-
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)
106+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)
107107
at [secure@microsoft.com](mailto:secure@microsoft.com). You should receive a response within 24 hours. If for some
108-
reason you do not, please follow up via email to ensure we received your original message. Further information,
109-
including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the
108+
reason you do not, please follow up via email to ensure we received your original message. Further information,
109+
including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the
110110
[Security TechCenter](https://technet.microsoft.com/en-us/security/default).
111111

112112
Copyright (c) Microsoft Corporation. All rights reserved.

0 commit comments

Comments
 (0)