BotFramework-WebChat
BotFramework-WebChat copied to clipboard
LOCALIZATION.md is obsolete and contains many 404 links
Please view our Technical Support Guide before filing a new issue.
Screenshots
Version
To determine what version of Web Chat you are running, open your browser's development tools, and paste the following line of code into the console.
[].map.call(document.head.querySelectorAll('meta[name^="botframework-"]'), function (meta) { return meta.outerHTML; }).join('\n')If you are using Web Chat outside of a browser, please specify your hosting environment. For example, React Native on iOS, Cordova on Android, SharePoint, PowerApps, etc.
Describe the bug
Most of the links in the MD file below are obsolete and 404.
https://github.com/microsoft/BotFramework-WebChat/blob/31d0b69ccee674174634d8da10ff7670ffdfc5e9/docs/LOCALIZATION.md
Steps to reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Additional context
[Bug]
A related issue is #3992