Skip to content

Commit ad32ecc

Browse files
committed
PD-298 Replace full URls with shortlinks where appropriate.
1 parent 00f32df commit ad32ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/admin-menus/class-welcome-menu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Welcome_Menu extends Admin_Menu {
1818
*
1919
* @var string
2020
*/
21-
protected const WELCOME_JSON_URL = 'https://codesnippets.pro/wp-content/uploads/cs_welcome/cs_welcome.json';
21+
protected const WELCOME_JSON_URL = 'https://snipco.de/welcome-json';
2222

2323
/**
2424
* Limit of number of items to display when loading lists of items.
@@ -212,7 +212,7 @@ protected function get_header_links(): array {
212212
'label' => __( 'Community', 'code-snippets' ),
213213
],
214214
'discord' => [
215-
'url' => 'https://discord.gg/7EgrDz9P2w',
215+
'url' => 'https://snipco.de/discord',
216216
'icon' => 'discord',
217217
'label' => __( 'Discord', 'code-snippets' ),
218218
],

0 commit comments

Comments
 (0)