docs: fix malformed URL scheme in docker resources - #545
Conversation
The compose_plantuml link used the scheme `hhttps://` (a doubled h) so it does not resolve. The neighbouring funkwerk link on the same line already uses `https://`. This corrects the scheme.
There was a problem hiding this comment.
Thank you for submitting your first pull request! 馃帀 Your effort and contribution are greatly appreciated. Our maintainers will review your changes soon. In the meantime, please ensure your submission aligns with our Contribution Guidelines Let me know if you have any questions. Welcome aboard! 馃檶 | Omar Santos @santosomar
santosomar
left a comment
There was a problem hiding this comment.
Thank you so much for fixing this! Approved.
|
@santosomar Thank you, too. I'm glad I could contribute a little. |
Can you help me |
|
Can you help me with something please |
In
build-your-own-lab/docker_resources.md, the compose_plantuml link uses a malformed URL scheme:hhttps://(a doubledh) is not a valid scheme, so the link does not resolve. The@funkwerklink on the same line already useshttps://. This fixes the scheme.