Skip to content

Commit

Permalink
Merge pull request #210 from Findus23/https
Browse files Browse the repository at this point in the history
use HTTPS in RemoteLinks
  • Loading branch information
tsteur authored Dec 12, 2017
2 parents 84e3a56 + 3b75289 commit f12ec69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/Content/Category/DesignCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getItems()
{
return [
new Guide('design-introduction'),
new RemoteLink('How to create a custom theme', 'http://piwik.org/blog/2014/08/create-custom-theme-piwik-introducing-piwik-platform/'),
new RemoteLink('How to create a custom theme', 'https://piwik.org/blog/2014/08/create-custom-theme-piwik-introducing-piwik-platform/'),
new Guide('theming'),
];
}
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/Content/Category/DevelopInDepthCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getItems()
new EmptySubCategory('Piwik Core development', [
new Guide('contributing-to-piwik-core'),
new Guide('core-team-workflow'),
new RemoteLink('Piwik\'s Roadmap', 'http://piwik.org/roadmap/'),
new RemoteLink('Piwik\'s Roadmap', 'https://piwik.org/roadmap/'),
]),
new DevelopCategory(),
];
Expand Down

0 comments on commit f12ec69

Please sign in to comment.