Index: trunk/tools/subversion/hooks/HooksCommon.inc |
— | — | @@ -263,7 +263,7 @@ |
264 | 264 | $cmd = "{$this->svnnotify} --repos-path \"{$this->repo}\" --revision \"{$this->transaction}\"" |
265 | 265 | . " --to \"{$list}\" --smtp {$smtp} --subject-prefix \"SVN: \"" |
266 | 266 | . " --subject-cx --no-first-line --with-diff --user-domain \"svn.wikimedia.org\"" |
267 | | - . " --header \"http://www.mediawiki.org/wiki/Special:Code/MediaWiki/{$this->transaction}\"" |
| 267 | + . " --header \"https://www.mediawiki.org/wiki/Special:Code/MediaWiki/{$this->transaction}\"" |
268 | 268 | . " -l {$this->svnlook}"; |
269 | 269 | } |
270 | 270 | |