Problem/Motivation
Link field only accepts external URLS with "http://" or "https://". It should also support protocol-relative URLs e.g "//example.com"
Proposed resolution
Remaining tasks
Discuss the need of the double slash at the beginning of protocol relative URLs, accepting "example.com" as a valid external URL.