Return a Link that corresponds to the given path.
path
The path must be absolute and normalized.
A link may or may not exist at this location.
@override Link getLink(String path) => baseProvider.getLink(path);