use Link component instead of LinkOrSpan for ability of generating absolute paths
Created by: vanesa
Use Link shared component instead of LinkOrSpan, which allows relative or absolute paths to be generated as links. Some extensions generate generate external links and need to use a component that will allow absolute links.
Resolves: https://github.com/sourcegraph/sourcegraph/issues/1365