Skip to content

Commit 829f708

Browse files
committed
fix
1 parent dc2f5bd commit 829f708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/validator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Validator {
5353
}
5454

5555
void _collectLinks(String pathToCheck, [String? source, String? fullPath]) {
56-
fullPath ??= _urlPath.join(_origin, pathToCheck);
56+
fullPath ??= path.join(_origin, pathToCheck);
5757

5858
final pageLinks = _getLinksAndBaseHref(fullPath);
5959
if (pageLinks == null) {

0 commit comments

Comments
 (0)