summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-18 17:12:30 +0100
committerHenrik Nord <henrik@erlang.org>2011-04-28 15:26:10 +0200
commit3f25aa33594331fe49bcb3604655fae493c49b89 (patch)
tree79862ba9ce27913d96f1a5ef1c2bcf00690cf576
parent7688fe1694508c8d009425cffe1c87d0ca89577f (diff)
downloaderlang-3f25aa33594331fe49bcb3604655fae493c49b89.tar.gz
Use https github url
-rwxr-xr-xpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/page b/page
index dd15f9d08b..37ef428b60 100755
--- a/page
+++ b/page
@@ -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);