The "Documentation field" section of the Systemd doc is currently failing to render due to the presence of file:// and http:// in plaintext - see https://docs.fedoraproject.org/en-US/packaging-guidelines/Systemd/#_documentation_field. This PR fixes that and adds proper markup for the whole section.
file://
http://
rebased onto 12393d84a8e637a4bb1f3487bfb5f9702a4343ea
@churchyard or someone, can you please merge this? It's a tiny fix.
Pull-Request has been merged by ignatenkobrain
The "Documentation field" section of the Systemd doc is currently failing to render due to the presence of
file://andhttp://in plaintext - see https://docs.fedoraproject.org/en-US/packaging-guidelines/Systemd/#_documentation_field. This PR fixes that and adds proper markup for the whole section.