From f411c673b25b7402d8ae43dc3bea6cc6109b1cab Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Wed, 23 Oct 2024 16:16:08 -0400 Subject: [PATCH] chore: update doc link --- src/Addon/ActivationBanner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Addon/ActivationBanner.php b/src/Addon/ActivationBanner.php index a41c336..f8c0ed2 100644 --- a/src/Addon/ActivationBanner.php +++ b/src/Addon/ActivationBanner.php @@ -35,7 +35,7 @@ public function show(): void 'name' => GIVE_CLOUDFLARE_TURNSTILE_NAME, 'version' => GIVE_CLOUDFLARE_TURNSTILE_VERSION, 'settings_url' => give(GlobalSettings::class)->getSettingsUrl(), - 'documentation_url' => 'https://givewp.com/documentation/add-ons/boilerplate/', + 'documentation_url' => 'https://givewp.com/documentation/add-ons/', 'support_url' => 'https://givewp.com/support/', 'testing' => false, // Never leave true. ];