Skip to content

Commit

Permalink
Fixed invisible links within service dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Sep 6, 2019
1 parent daa8f6b commit f86a0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1831](https://github.com/microsoft/BotFramework-Emulator/pull/1831)
- [1832](https://github.com/microsoft/BotFramework-Emulator/pull/1832)
- [1835](https://github.com/microsoft/BotFramework-Emulator/pull/1835)
- [1843](https://github.com/microsoft/BotFramework-Emulator/pull/1843)

## v4.5.2 - 2019 - 07 - 17
## Fixed
Expand Down
Expand Up @@ -97,7 +97,7 @@ export class ConnectServicePromptDialog extends Component<ConnectServicePromptDi
<>
<p>
{`Sign in to your Azure account to select the LUIS applications you'd like to associate with this bot. `}
<a href="http://aka.ms/bot-framework-emulator-LUIS-docs-home" />
<a href="http://aka.ms/bot-framework-emulator-LUIS-docs-home">Learn more about LUIS.</a>
</p>
<p>
{`Alternatively, you can `}
Expand All @@ -116,7 +116,7 @@ export class ConnectServicePromptDialog extends Component<ConnectServicePromptDi
<p>
{'Sign in to your Azure account to select the QnA ' +
"Maker knowledge bases you'd like to associate with this bot. "}
<a href="http://aka.ms/bot-framework-emulator-qna-docs-home" />
<a href="http://aka.ms/bot-framework-emulator-qna-docs-home">Learn more about QnA Maker.</a>
</p>
<p>
{`Alternatively, you can `}{' '}
Expand Down

0 comments on commit f86a0d3

Please sign in to comment.