Lowercase package paths before generating links
What does this MR do and why?
Just noticed while testing #367656 (closed) on production that tags to Microsoft and other packages with uppercase letters won't work. Happen to be because of capital letter, so now fixed via lowercasing package paths.
Btw this was not a regression, the links to Microsoft did not work also in .haml version of blobs.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Add to go.sum file to any local project
- Check the tag links which contain capital letters
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #367656 (closed)