From 2360166740df49702f91c473a674544646a36e0e Mon Sep 17 00:00:00 2001 From: AlexV Date: Thu, 24 Oct 2024 16:01:19 +0700 Subject: [PATCH] feat: update docs links --- README.md | 2 +- src/Config.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06b4ba1..982a936 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ CDEKDelivery обеспечивает интеграцию с доставкой 4. Введите данные для подключения к API CDEK и настройте параметры доставки. 5. Заполните прочие настройки плагина и сохраните изменения. -Более подробная инструкция доступна по [ссылке](https://github.com/cdek-it/wordpress/wiki) +Более подробная инструкция доступна по [ссылке](https://cdek-it.github.io/wordpress/) == Frequently Asked Questions == diff --git a/src/Config.php b/src/Config.php index 7ba4a73..1447fac 100644 --- a/src/Config.php +++ b/src/Config.php @@ -23,7 +23,7 @@ class Config public const GRAPHICS_FIRST_SLEEP = 2; public const MAX_REQUEST_RETRIES_FOR_GRAPHICS = 3; public const DEV_KEY = '7wV8tk&r6VH4zK:1&0uDpjOkvM~qngLl'; - public const DOCS_URL = 'https://github.com/cdek-it/wordpress/wiki/'; - public const FAQ_URL = 'https://github.com/cdek-it/wordpress/wiki/FAQ'; + public const DOCS_URL = 'https://cdek-it.github.io/wordpress/'; + public const FAQ_URL = 'https://cdek-it.github.io/wordpress/faq'; } }