pub(crate) fn build_github_link<'a>( github_repo_url: &'a Url, git_current_branch: &'a str, file_path: &'a Path, hx_cursor_position: &'a HxCursorPosition, ) -> Result<Url>
Builds GitHub link pointing to specific file and line.