This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Generated using swift-doc link missing http(s) #166
Closed
Description
Just a minor issue, I've noticed the generated link-out to the swift-doc repository is missing a http(s):
for all generated pages.
I'm talking about the end section of the generated pages where something like this is added.
Generated at 2020-08-21T06:49:18+0000 using swift-doc 1.0.0-beta.4.
The link is rendered as //github.com/SwiftDocOrg/swift-doc
rather than https://github.com/SwiftDocOrg/swift-doc
and therefore does not lead to a valid github.com page.
You can observe this behavior i.e. at https://github.com/fireblade-engine/ecs/wiki
This behavior holds true for swift-doc 1.0.0-beta.4
as of now.
Thanks for your great library 👍