-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various instances of d43 links #17
base: develop
Are you sure you want to change the base?
Conversation
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. |
…dit and understand
@@ -0,0 +1,26 @@ | |||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this! Excellent use of data-driven test design.
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.