def old_site_link()

in plugins/atlas-link-checker/atlas_link_checker/main.py [0:0]


def old_site_link(link: Tag) -> bool:
    if link['href'].startswith(OLD_SITE_PREFIX):
        return True
    else:
        return False