DjangoAdminHackers / django-linkcheck

An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telephone links

hellpirat opened this issue · comments

tel:00000000000 will result in Invalid URL

@fruitschen - I think we had a similar issue in production recently.

Closing this one. We can handle tel: links properly now.