From 433a24e1236f5800bfc28839862948082816d78c Mon Sep 17 00:00:00 2001 From: Kakshak Kalaria Date: Wed, 24 Apr 2019 16:56:39 +0530 Subject: [PATCH] fix: change parameter child_action_btn_url value --- merlin-config-sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merlin-config-sample.php b/merlin-config-sample.php index 1c2d1c2..f2155d9 100755 --- a/merlin-config-sample.php +++ b/merlin-config-sample.php @@ -24,7 +24,7 @@ 'merlin_url' => 'merlin', // The wp-admin page slug where Merlin WP loads. 'parent_slug' => 'themes.php', // The wp-admin parent page slug for the admin menu item. 'capability' => 'manage_options', // The capability required for this menu to be displayed to the user. - 'child_action_btn_url' => 'https://codex.wordpress.org/child_themes', // URL for the 'child-action-link'. + 'child_action_btn_url' => 'https://developer.wordpress.org/themes/advanced-topics/child-themes', // URL for the 'child-action-link'. 'dev_mode' => true, // Enable development mode for testing. 'license_step' => false, // EDD license activation step. 'license_required' => false, // Require the license activation step.