Skip to content

treat mailto: URLs as absolute in <RouterLinkOrAnchor>

Administrator requested to merge support-mailto-urls-routerlinkoranchor into master

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.

Merge request reports

Loading