Skip to content

Commit

Permalink
Merge pull request cms-sw#81 from nclopezo/fix-commit-url
Browse files Browse the repository at this point in the history
Fix url for the link of the merge commits on github
  • Loading branch information
nclopezo committed Jun 11, 2014
2 parents 23f602f + 330a6a8 commit 25403e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ write_merge_commit = function(merge_commit,pr_list_group){
}


var merge_link_address = "https://github.com/olivito/cmssw/commit/".concat(merge_commit.hash)
var merge_link_address = "https://github.com/cms-sw/cmssw/commit/".concat(merge_commit.hash)
var merge_link = $("<a>").attr("href", merge_link_address)
merge_link.append($("<span>").text(item_link_text))
list_item.append(merge_link)
Expand Down
2 changes: 1 addition & 1 deletion templates/render.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25403e9

Please sign in to comment.