Skip to content

Commit

Permalink
Prefer HTTPS in security releases URL
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill authored May 28, 2018
1 parent 4f56611 commit 4c5db32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Changelog/ChangelogItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function setChangelogLibrary($changelogLibrary)
*
* @var string
*/
protected $cveURL = "http://www.silverstripe.org/download/security-releases/";
protected $cveURL = "https://www.silverstripe.org/download/security-releases/";

/**
* Order of the array keys determines order of the lists.
Expand Down

0 comments on commit 4c5db32

Please sign in to comment.