Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Use https for sitemap URLs (#17158)
## Summary & Motivation I have a hunch that our search crawler is failing to make proper use of our sitemap.xml. I think it may be because the sitemap exclusively uses `http://` URLs instead of `https://`, even though all of these URLs will 307 -> 302 to `https`. I'm changing the sitemap generator to use `https` instead. ## How I Tested These Changes View sitemap.xml locally and in preview, verify that the URLs look correct.
- Loading branch information