You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple example: a link like /checkout?services=setup-cctv would be reported as broken. Fixing this should be pretty easy tho. Gotta check the code, and I'll probably create a MR for it
The text was updated successfully, but these errors were encountered:
Oh interesting, so what's broken in my case is a redirect. In fact, that /checkout page is not /checkout.html but at /checkout/index.html. But I don't feel like just slapping a regex replace on top of it, what actually fails is the file server, redirect just doesn't try to prevent it from happening and that's why adding that regex replace fixed it for me
So, I made a PR that fixes the issue: #596
I mean, I get that you're probably busy with more important things, but it would be nice to get this one done
Hi again! Is there any chance this fix will be merged anytime soon?
I mean, it breaks a few of my apps and I would hate to switch to a different link checker just because of that 😂 @JustinBeckwith
Simple example: a link like
/checkout?services=setup-cctv
would be reported as broken. Fixing this should be pretty easy tho. Gotta check the code, and I'll probably create a MR for itThe text was updated successfully, but these errors were encountered: