From e959633df5b89d8177c1e9252d164e41ff4bd655 Mon Sep 17 00:00:00 2001 From: Ramon Caballero Date: Fri, 10 Apr 2026 13:13:09 +0100 Subject: [PATCH] Fix broken links in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 742222a..f82a5d7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil - Ready‑to‑use [PHPUnit](https://phpunit.de/) testing setup - [PHP‑CS‑Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) configuration for consistent code style - Clean `public/` entry point for web requests -- Fully compatible with the [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git) +- Fully compatible with the [PHPStarter CLI](https://gitea.ramoncaballero.dev/mon/phpstarter-cli.git) ## Requirements @@ -22,7 +22,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil ## Installation -It is recommended to use [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git), as it automates the entire setup process and requires almost no manual configuration. +It is recommended to use [PHPStarter CLI](https://gitea.ramoncaballero.dev/mon/phpstarter-cli.git), as it automates the entire setup process and requires almost no manual configuration. However, you can also install PHPStarter manually by following the steps below. @@ -31,7 +31,7 @@ Clone the repository: ```bash cd /var/www/sites/ -git clone https://gitea.ramoncaballero.dev/PHPStarter.git +git clone https://gitea.ramoncaballero.dev/mon/PHPStarter.git cd ``` @@ -77,7 +77,7 @@ php -S localhost:8000 -t public Or configure Apache manually. -If using the [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git), the virtual host is created automatically. +If using the [PHPStarter CLI](https://gitea.ramoncaballero.dev/mon/phpstarter-cli.git), the virtual host is created automatically. ## Customization