From d236515d1a3955c14695e642bf4c3bd60ee9cd25 Mon Sep 17 00:00:00 2001 From: bidi Date: Thu, 24 Sep 2026 18:28:09 +0300 Subject: [PATCH] Fix absolute cross-link and redundant title prefixes - docs/book/v2/terminal.md: fix absolute docs.dotkernel.org cross-link to a relative path. - Drop the redundant "AlmaLinux 9 " title prefix on the four v1 pages that mirror the same pattern fixed on v2 (title line only, no other v1 content changes - v1 is otherwise out of scope for this pass). --- docs/book/v1/faq.md | 2 +- docs/book/v1/setup/setup-packages.md | 2 +- docs/book/v1/virtualhosts/create-virtualhost.md | 2 +- docs/book/v1/virtualhosts/overview.md | 2 +- docs/book/v2/terminal.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/book/v1/faq.md b/docs/book/v1/faq.md index 90922e0..b1430bc 100644 --- a/docs/book/v1/faq.md +++ b/docs/book/v1/faq.md @@ -1,4 +1,4 @@ -# AlmaLinux 9 Frequently asked questions +# Frequently asked questions ## How do I switch to a different version of PHP? diff --git a/docs/book/v1/setup/setup-packages.md b/docs/book/v1/setup/setup-packages.md index eaf715e..ef808f7 100644 --- a/docs/book/v1/setup/setup-packages.md +++ b/docs/book/v1/setup/setup-packages.md @@ -1,4 +1,4 @@ -# AlmaLinux 9 Setup +# Setup > The instructions below also work without using WSL. diff --git a/docs/book/v1/virtualhosts/create-virtualhost.md b/docs/book/v1/virtualhosts/create-virtualhost.md index 5104d1d..10ef0f7 100644 --- a/docs/book/v1/virtualhosts/create-virtualhost.md +++ b/docs/book/v1/virtualhosts/create-virtualhost.md @@ -1,4 +1,4 @@ -# AlmaLinux 9 Create virtualhosts +# Create virtualhosts > By using the `*.localhost` pattern for any new virtualhost, you do not need to modify the `hosts` file in Windows, because these are routed by default. diff --git a/docs/book/v1/virtualhosts/overview.md b/docs/book/v1/virtualhosts/overview.md index 8d35d9c..c3e8e1d 100644 --- a/docs/book/v1/virtualhosts/overview.md +++ b/docs/book/v1/virtualhosts/overview.md @@ -1,4 +1,4 @@ -# AlmaLinux 9 Overview +# Overview Virtualhosts allow developers to host multiple applications on their local system. diff --git a/docs/book/v2/terminal.md b/docs/book/v2/terminal.md index 86652a7..b20e4f9 100644 --- a/docs/book/v2/terminal.md +++ b/docs/book/v2/terminal.md @@ -4,7 +4,7 @@ Install Windows Terminal, the tool you'll use throughout this guide to run WSL 2 commands and to open dedicated tabs for your AlmaLinux 10 distro. -> If you are not using WSL, you can jump straight to the [AlmaLinux 10 Setup page](https://docs.dotkernel.org/development/v2/setup/setup-packages/). +> If you are not using WSL, you can jump straight to the [Setup Packages page](setup/setup-packages.md). If you're not already using it, we recommend installing [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US). It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more.