Skip to content

Commit

Permalink
Fixed CDN link (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurnford authored Jan 23, 2020
1 parent d1a7afb commit 5a765d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
This CDN points to the latest official release of Web Chat. If you need to test against Web Chat's latest bits, please refer to pointing to Web Chat's MyGet feed:
https://github.com/microsoft/BotFramework-WebChat#how-to-test-with-web-chats-latest-bits
-->
<!-- <script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script> -->
<script src="/packages/bundle/dist/webchat.js"></script>
<script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
<style>
html,
body {
Expand Down

0 comments on commit 5a765d1

Please sign in to comment.