Make markdown link checking only check internal links#4837
Make markdown link checking only check internal links#4837DJMcNab wants to merge 1 commit intobevyengine:mainfrom
Conversation
|
Probably should just remove it altogether if it's still failing on this PR. |
|
Yup I think we should remove it completely for now |
|
Closing this as #4839 was merged. |
|
I don't understand how this failure shows that we should remove it entirely? @james7132 can you explain the chain of logic there please? Like obviously it's only failing here because I accidentally removed the config file reference whilst undoing #2551. I don't see how that failure has any bearing on whether it's useful to disallow invalid internal links, given we've had several instances in the past of such links and they're not easy to catch in review. |
|
Just didn't want to block other PRs until the config was fixed. If we still want those checks for the future, we can revert the removal with a more scoped config. |
# Objective This fails constantly and causes more pain than it is worth. ## Solution Remove dead link checks. Alternative to bevyengine#4837, which is more granular but ironically still fails to build. I'm in favor of the nuclear option. Fixes bevyengine#4575
# Objective This fails constantly and causes more pain than it is worth. ## Solution Remove dead link checks. Alternative to bevyengine#4837, which is more granular but ironically still fails to build. I'm in favor of the nuclear option. Fixes bevyengine#4575
Objective
Solution