Merge branch 'GP-0_ryanmkurtz_PR-7225_hippietrail_the-the'

This commit is contained in:
Ryan Kurtz 2024-11-26 09:05:43 -05:00
commit 2bebb96f77
208 changed files with 582 additions and 589 deletions

View file

@ -260,7 +260,7 @@ public class JavaHelpValidator {
if (helpFile == null) {
if (isExcludedHREF(href)) {
return; // ignore calls made to the the API as being invalid
return; // ignore calls made to the API as being invalid
}
unresolvedLinks.add(new MissingFileInvalidLink(href));
return;