From 89f8f665a690098646baaeda1c34c0f6a7553934 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Tue, 14 May 2024 11:25:03 +0300 Subject: [PATCH] Update Docs URL --- includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/constants.php b/includes/constants.php index ac85fdf..eacb896 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -14,7 +14,7 @@ const INPUT_MASK_LENGTH = 5; // urls -const DOCS_URL = 'https://handyplugins.co/easy-text-to-speech/docs/'; +const DOCS_URL = 'https://handyplugins.co/docs-category/easy-text-to-speech/'; const BLOG_URL = 'https://handyplugins.co/blog/'; const FAQ_URL = 'https://handyplugins.co/easy-text-to-speech/#faq'; const SUPPORT_URL = 'https://handyplugins.co/contact/';