Skip to content

yelp-check: set User-Agent when checking hrefs

It's pretty common for external links to point to other documentation, such as Wikis, but these also commonly reject scrapers.

Set the User-Agent when checking external hrefs, so that it doesn't error on 403 responses.

Merge request reports