Skip to content

Commit f39a9e2

Browse files
committed
Replace externals with internals
1 parent f0868fc commit f39a9e2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

include/development-links.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ return [
1616
'href_label' => 'View Proposals',
1717
],
1818
[
19-
'title' => 'PHP Internals (externals.io)',
20-
'about' => 'Browse discussions from PHP Internals about current and future enhancements.',
21-
'image' => '/images/landing/externals-io.svg',
22-
'href' => 'https://externals.io',
23-
'href_label' => 'Browser Externals',
19+
'title' => 'PHP Internals',
20+
'about' => 'Browse discussions from PHP Internals mailing list about current and future enhancements.',
21+
'image' => '/images/logos/new-php-logo.png',
22+
'href' => 'https://news-web.php.net/php.internals',
23+
'href_label' => 'Browse Mailing List',
2424
],
2525
[
2626
'title' => 'Get Involved',

0 commit comments

Comments
 (0)