Skip to content

Commit f12ec69

Browse files
authored
Merge pull request #210 from Findus23/https
use HTTPS in RemoteLinks
2 parents 84e3a56 + 3b75289 commit f12ec69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/helpers/Content/Category/DesignCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function getItems()
2727
{
2828
return [
2929
new Guide('design-introduction'),
30-
new RemoteLink('How to create a custom theme', 'http://piwik.org/blog/2014/08/create-custom-theme-piwik-introducing-piwik-platform/'),
30+
new RemoteLink('How to create a custom theme', 'https://piwik.org/blog/2014/08/create-custom-theme-piwik-introducing-piwik-platform/'),
3131
new Guide('theming'),
3232
];
3333
}

app/helpers/Content/Category/DevelopInDepthCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getItems()
3333
new EmptySubCategory('Piwik Core development', [
3434
new Guide('contributing-to-piwik-core'),
3535
new Guide('core-team-workflow'),
36-
new RemoteLink('Piwik\'s Roadmap', 'http://piwik.org/roadmap/'),
36+
new RemoteLink('Piwik\'s Roadmap', 'https://piwik.org/roadmap/'),
3737
]),
3838
new DevelopCategory(),
3939
];

0 commit comments

Comments
 (0)