We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2f5bd commit 829f708Copy full SHA for 829f708
lib/src/validator.dart
@@ -53,7 +53,7 @@ class Validator {
53
}
54
55
void _collectLinks(String pathToCheck, [String? source, String? fullPath]) {
56
- fullPath ??= _urlPath.join(_origin, pathToCheck);
+ fullPath ??= path.join(_origin, pathToCheck);
57
58
final pageLinks = _getLinksAndBaseHref(fullPath);
59
if (pageLinks == null) {
0 commit comments