## If an element has: `[href="./"]` then `assert_no_broken_links()` fails It's actually a valid href, which is just a link back to that same page. Here's an example of that, where there's a link to [Syntax Formats](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md) from the [Syntax Formats](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md) page: <img width="1394" alt="Screenshot 2023-10-28 at 10 32 19 PM" src="https://github.com/seleniumbase/SeleniumBase/assets/6788579/13723537-474e-4f62-a491-bd057df1c984"> Also affects `assert_no_404_errors()`, which is a clone of `assert_no_broken_links()`. -------- There's also a separate issue regarding hrefs that start with `../`. I'll probably just fix that as part of this ticket.