In the docs, I'm seeing valid Markdown HTTP links rendering to HTML that Chrome interprets as HTTPS links.
The "semantic versioning" link on [this page][1] is a broken HTTPS link. The HTTP version works as expected (manual s/s/).
Viewing the page's source gives this HTML:
<a href="//semver.org/">semantic versioning</a>.