Open
Description
For example:
- The path in links that don't start with
http://
orhttps://
must end with.md
instead of.html
- Normalize links to the Microsoft docs:
- Use
https://learn.microsoft.com
instead ofhttps://docs.microsoft.com
- Remove
/en-us
from the path - Remove query string parameters, such as
view
andtabs
; use regex//(docs|learn)\.microsoft\.com.*\?
to find matches
- Use