Navigation Menu

Skip to content

Commit

Permalink
Use https github url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz authored and proxyles committed Apr 28, 2011
1 parent 7688fe1 commit 3f25aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page
Expand Up @@ -55,7 +55,7 @@ the topic branch has been updated.
<ul>
END

my $root_url = "http://github.com/erlang/otp/commit";
my $root_url = "https://github.com/erlang/otp/commit";
foreach (`git log --oneline --first-parent dev..pu`) {
if (/^([\da-f]*) Merge branch '([^\']*)'/) {
my($child,$topic) = ($1,$2);
Expand Down

0 comments on commit 3f25aa3

Please sign in to comment.