Describe the bug
Error occurs when using an absolute link (/link) during check_links check.
Expected behaviorcheck_links should append absolute url to domain name.
Bonuscheck_links should check if the site.full_url contains env var DOMAIN_NAME to create the domain url (so external tests like http://domain/django-check-seo/?page=https://kapt.mobi should not show any errors).
Describe the bug Error occurs when using an absolute link (
/link
) duringcheck_links
check.Expected behavior
check_links
should append absolute url to domain name.Bonus
check_links
should check if thesite.full_url
contains env varDOMAIN_NAME
to create the domain url (so external tests likehttp://domain/django-check-seo/?page=https://kapt.mobi
should not show any errors).