WycliffeAssociates / tx-manager

Codebase for translationConvertor (tX)
Other
0 stars 2 forks source link

Fix various instances of d43 links #17

Open 16dprice opened 3 years ago

16dprice commented 3 years ago

This PR addresses various places where the code is linking to door43 sites. These need to be replaced with links pointing to WACS. Several bits of regex are updated along with some other links.

16dprice commented 3 years ago

This PR is currently marked as a draft because I would like some other eyes to look over this before I'm confident that I've accurately addressed all possible use cases of the code I changed. There are several different links that could be passed into the regex I've written or edited. The tests run and pass. I'd like to make sure I don't need any other tests, I didn't miss any edge cases, etc.