It looks as though you have some broken links on your website pages.
By fixing the URL of these links, the line-through should disappear.
If the links aren’t broken, then verify the source of your page, and remove the class “broken_link” on all of your anchors, like so:
Before:
<a class="broken_link" href=""></a>
After:
<a href=""></a>