Skip to content

Commit

Permalink
Merge branch 'master' into toanzian/acc-#1768
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum committed Aug 22, 2019
2 parents 6e4f418 + 997df8e commit f769bdd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/app/client/src/ui/editor/welcomePage/howToBuildABot.tsx
Expand Up @@ -67,11 +67,19 @@ export function HowToBuildABot() {
</a>
<br />
Create a bot&nbsp;
<a className={styles.ctaLink} href="https://aka.ms/bot-framework-emulator-create-bot-azure">
<a
className={styles.ctaLink}
aria-label="Create a bot from Azure"
href="https://aka.ms/bot-framework-emulator-create-bot-azure"
>
from Azure
</a>{' '}
or&nbsp;
<a className={styles.ctaLink} href="https://aka.ms/bot-framework-emulator-create-bot-locally">
<a
className={styles.ctaLink}
aria-label="Create a bot locally"
href="https://aka.ms/bot-framework-emulator-create-bot-locally"
>
locally
</a>
<br />
Expand Down

0 comments on commit f769bdd

Please sign in to comment.