treat mailto: URLs as absolute in <RouterLinkOrAnchor>
Created by: sqs
Previously, they would be treated as relative paths and handled by react-router, which would lead to them navigating to paths like https://sourcegraph.com/mailto:[email protected]
instead of opening up the mail client.