From 491073bdacc3e06bacbb3b8e93f16aab1466ecf1 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Wed, 24 Sep 2025 12:33:22 +0300 Subject: [PATCH] Fixed AlmaLinux 9 URL Signed-off-by: alexmerlin --- docs/book/v5/installation/test-the-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v5/installation/test-the-installation.md b/docs/book/v5/installation/test-the-installation.md index b37d7d6..199921f 100644 --- a/docs/book/v5/installation/test-the-installation.md +++ b/docs/book/v5/installation/test-the-installation.md @@ -5,7 +5,7 @@ We recommend running your applications in WSL: - Make sure you have [WSL](https://github.com/dotkernel/development/blob/main/wsl/README.md) installed on your system. -- Currently we provide a distro implementations for [AlmaLinux9](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md). +- Currently, we provide a distro implementation for [AlmaLinux 9](https://github.com/dotkernel/development/blob/alma-linux-9/README.md). - Install the application in a virtualhost as recommended by the chosen distro. - Set `$baseUrl` in **config/autoload/local.php** to the address of the virtualhost. - Run the application by opening the virtualhost address in your browser.