From 1423006bf1e0a2c6bc0afad29ded3890209d5ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96sterreich=20Luminota?= Date: Sun, 11 Jun 2023 15:33:15 +0700 Subject: [PATCH] Global: Change docs URL --- README.md | 2 +- README_RU.md | 2 +- VKAPI/README.md | 2 +- Web/Presenters/AboutPresenter.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5659e11a..152e05bf 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Once you are done, you can login as a system administrator on the network itself * **Password**: `admin` * It is recommended to change the password of the built-in account or disable it. -💡Confused? Full installation walkthrough is available [here](https://docs.openvk.su/openvk_engine/centos8_installation/) (CentOS 8 [and](https://almalinux.org/) [family](https://yum.oracle.com/oracle-linux-isos.html)). +💡Confused? Full installation walkthrough is available [here](https://docs.openvk.uk/openvk_engine/centos8_installation/) (CentOS 8 [and](https://almalinux.org/) [family](https://yum.oracle.com/oracle-linux-isos.html)). ### Looking for Docker or Kubernetes deployment? See `install/automated/docker/README.md` and `install/automated/kubernetes/README.md` for Docker and Kubernetes deployment instructions. diff --git a/README_RU.md b/README_RU.md index 5af66e66..cc4f672f 100644 --- a/README_RU.md +++ b/README_RU.md @@ -66,7 +66,7 @@ ln -s /path/to/chandler/extensions/available/openvk /path/to/chandler/extensions * **Пароль**: `admin` * Перед использованием встроенной учетной записи рекомендуется сменить пароль или отключить её. -💡Запутались? Полное руководство по установке доступно [здесь](https://docs.openvk.su/openvk_engine/centos8_installation/) (CentOS 8 [и](https://almalinux.org/ru/) [семейство](https://yum.oracle.com/oracle-linux-isos.html)). +💡Запутались? Полное руководство по установке доступно [здесь](https://docs.openvk.uk/openvk_engine/centos8_installation/) (CentOS 8 [и](https://almalinux.org/ru/) [семейство](https://yum.oracle.com/oracle-linux-isos.html)). # Установка в Docker/Kubernetes Подробные иструкции можно найти в `install/automated/docker/README.md` и `install/automated/kubernetes/README.md` соответственно. diff --git a/VKAPI/README.md b/VKAPI/README.md index d4db764c..75918afc 100644 --- a/VKAPI/README.md +++ b/VKAPI/README.md @@ -5,7 +5,7 @@ exceptions. It is still a work-in-progress functionality. **Note**: requests to API are routed through openvk.Web.Presenters.VKAPIPresenter, this dir contains only handlers. -[Documentation for API clients](https://docs.openvk.su/openvk_engine/api/description/) +[Documentation for API clients](https://docs.openvk.uk/openvk_engine/api/description/) ## Implementing API methods diff --git a/Web/Presenters/AboutPresenter.php b/Web/Presenters/AboutPresenter.php index aed1d84a..9115a019 100644 --- a/Web/Presenters/AboutPresenter.php +++ b/Web/Presenters/AboutPresenter.php @@ -141,6 +141,6 @@ final class AboutPresenter extends OpenVKPresenter function renderDev(): void { - $this->redirect("https://docs.openvk.su/"); + $this->redirect("https://docs.openvk.uk/"); } }