You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #58 will introduce a UrlCrawl class/functionality that finds broken URLs. As a later feature, this class should also be able to find absolute URLs and print those as part of the final output.
Currently the output of failing HREFs prints as the following (note the first path is not actually the value of the href, absolute URLs are always displayed):
404 Not Found a[href="/tutorials/webgl/webgl_fundamentals/"] @ /webgl-transforms/
The detected absolute URLs could display along the lines of:
PR #58 will introduce a UrlCrawl class/functionality that finds broken URLs. As a later feature, this class should also be able to find absolute URLs and print those as part of the final output.
Currently the output of failing HREFs prints as the following (note the first path is not actually the value of the href, absolute URLs are always displayed):
The detected absolute URLs could display along the lines of:
Finally, this functionality ideally would be toggleable using a UrlCrawl option such as
shouldWarnAbsolute
.The text was updated successfully, but these errors were encountered: