Closed andrewmarx closed 2 years ago
It's basically working now. Before, broken links would trigger an error stopping the workflow. Now it will continue to success even with broken links. The broken links can be viewed by looking through the details in the check, but maybe it would be better to output the results somewhere more visible.
Some notes:
Thanks @andrewmarx!
Almost there I think.
The first "bad link" on the 404 page is a false positive due to a missing trailing / in the link. I saw somewhere discussions about this in html-proofer's issues. I think there is a workaround for it, I just need to find it again
After that, the R conditional assignment has 3 true positives (the 3 lecture links).
Haven't hand checked the rest.