diff --git a/admin/class-admin.php b/admin/class-admin.php
index 4412fa7a..631f6a72 100644
--- a/admin/class-admin.php
+++ b/admin/class-admin.php
@@ -73,7 +73,7 @@ public function __construct() {
'slug' => 'userswp',
'version' => USERSWP_VERSION,
'support_url' => 'https://userswp.io/support/',
- 'documentation_url' => 'https://docs.userswp.io/',
+ 'documentation_url' => 'https://userswp.io/documentation/',
'activated' => get_option( 'uwp_installed_on', 0 ),
)
);
@@ -851,7 +851,7 @@ public function process_user_actions() {
public static function plugin_row_meta( $links, $file ) {
if ( USERSWP_PLUGIN_BASENAME == $file ) {
$row_meta = array(
- 'docs' => '' . esc_html__( 'Docs', 'userswp' ) . '',
+ 'docs' => '' . esc_html__( 'Docs', 'userswp' ) . '',
'support' => '' . esc_html__( 'Support', 'userswp' ) . '',
'translation' => '' . esc_html__( 'Translations', 'userswp' ) . '',
);
diff --git a/admin/class-uwp-admin-help.php b/admin/class-uwp-admin-help.php
index cb3bd8ec..9ee2075d 100644
--- a/admin/class-uwp-admin-help.php
+++ b/admin/class-uwp-admin-help.php
@@ -62,7 +62,7 @@ public function add_tabs() {
public function get_support_tab_content() {
$support_html = "".__('Help & Support','userswp')."
";
- $support_html .= "".sprintf(__('Should you need help understanding, using, or extending UsersWP please read our documentation. You will find all kinds of resources including snippets, tutorials and much more.,','userswp'),'https://userswp.io/docs/?utm_source=setupwizard&utm_medium=product&utm_content=getting-started&utm_campaign=userswpplugin')."
";
+ $support_html .= "".sprintf(__('Should you need help understanding, using, or extending UsersWP please read our documentation. You will find all kinds of resources including snippets, tutorials and much more.,','userswp'),'https://userswp.io/documentation/?utm_source=setupwizard&utm_medium=product&utm_content=getting-started&utm_campaign=userswpplugin')."
";
$support_html .= "".sprintf(__('For further assistance with UsersWP core or with premium extensions sold by UsersWP you can use our support forums.','userswp'),'https://userswp.io/support/?utm_source=setupwizard&utm_medium=product&utm_content=docs&utm_campaign=userswpplugin')."
";
$support_html .= "".__('Before asking for help we recommend checking the system status page to identify any problems with your configuration.','userswp')."
";
$support_html .= "".__( 'System status', 'userswp' )." ".__( 'UsersWP support', 'userswp' )."
";