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'; } }