Skip to content

Commit cf6df75

Browse files
committed
Update plugin URLs
1 parent 32294e3 commit cf6df75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/class-admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ public function plugin_meta_links( $links, $file ) {
186186
),
187187
sprintf(
188188
$format,
189-
'https://codesnippets.pro/support/',
189+
'https://help.codesnippets.pro/',
190190
esc_attr__( 'Find out how to get support with Code Snippets', 'code-snippets' ),
191191
esc_html__( 'Support', 'code-snippets' )
192192
),
193193
sprintf(
194194
$format,
195-
'www.facebook.com/groups/codesnippetsplugin/',
195+
'https://www.facebook.com/groups/codesnippetsplugin/',
196196
esc_attr__( 'Join our community on Facebook', 'code-snippets' ),
197197
esc_html__( 'FB Community', 'code-snippets' )
198198
),

0 commit comments

Comments
 (0)