-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The checker assumed that values of the `source` field in each redirect configuration begin with `/docs/`, but they do not. Remove `/docs/` from docs site URLs in the target directory before checking them against configured redirects. Fix an issue with the first item in the output of the program always being `undefined` by correctly concatenating the result arrays. Finally, fix a bug in which the checker would not accept redirects for docs URLs with fragments.
- Loading branch information
Showing
2 changed files
with
91 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters