summaryrefslogtreecommitdiff
path: root/page
diff options
context:
space:
mode:
Diffstat (limited to 'page')
-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);