We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45379f4 commit facc03eCopy full SHA for facc03e
resources/elements/sidebar-menu.php
@@ -192,7 +192,7 @@
192
// Phalcon Docs
193
[
194
'link' => [
195
- 'href' => 'http://docs.phalconphp.com/',
+ 'href' => 'https://docs.phalconphp.com/',
196
'icon' => 'fa fa-book',
197
'local' => false,
198
'target' => '_blank',
@@ -216,7 +216,7 @@
216
// Awesome Phalcon
217
218
219
- 'href' => 'https://github.com/sergeyklay/awesome-phalcon',
+ 'href' => 'https://github.com/phalcon/awesome-phalcon',
220
221
222
0 commit comments