Skip to content

Commit 5135d9b

Browse files
author
Mark Randall
committed
Fix reddit community link
1 parent 674f150 commit 5135d9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/communities.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ return [
44
[
55
'title' => 'Reddit',
66
'about' => 'Reddit has an active PHP community discussing the language and its ecosystem.',
7-
'image' => 'https://redditinc.com/hs-fs/hubfs/Reddit%20Inc/Content/Brand%20Page/Reddit_Logo.png',
8-
'href' => '/images/logos/reddit.png',
7+
'image' => '/images/logos/reddit.png',
8+
'href' => 'https://www.reddit.com/r/PHP/',
99
],
1010
[
1111
'title' => 'PHP Community Discord',

0 commit comments

Comments
 (0)