This commit is contained in:
Dan Cryer 2015-10-15 14:23:55 +01:00
commit f33f0a4512
6 changed files with 187 additions and 139 deletions

View file

@ -151,7 +151,7 @@ class GithubBuild extends RemoteGitBuild
$link = 'https://github.com/' . $reference . '/';
$link .= 'blob/' . $branch . '/';
$link .= '{FILE}';
$link .= '#L{LINE}';
$link .= '#L{LINE}-L{LINE_END}';
return $link;
}