Hello,

I had a look at the code for one of your links and I found they have a CSS class of broken_link.

You seem to have some CSS styles for that class somewhere on your site.

.broken_link, a.broken_link {
    text-decoration: line-through;
}

It could be a plugin doing that.