Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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