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