Closed Javagedes closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.70%. Comparing base (
bf643b0
) to head (a332ea8
). Report is 89 commits behind head on master.
It would be nice if you could try to track down a little more info and add it to the PR description or issue.
It would be nice if you could try to track down a little more info and add it to the PR description or issue.
Updated the pull request documentation as requested. Thanks!
MkDocs v1.5.0 Updated how links were evaluated (See "Expanded Validaton of links" section). Before 1.5.0, most links in our documentation were left "untouched" as they either started or ended with a
/
.However these links are now properly evaluated, which broke most links in edk2-pytool-extensions documentation. With this new evaluation, All of our links that started absolute (
/
) were now linking relative totianocore.org
instead oftianocore.org/edk2-pytool-extenisons
.This pull request updates the documentation to utilize the newly introduced
absolute_links
validation setting to berelative_to_docs
which updates absolute paths to be relative totianocore.org/edk2-pytool-extensions
and updates any path references to point to the markdown file, which is necessary for therelative_to_docs
setting to work as expected.Resolves #855