Fix broken links in README.md

This commit is contained in:
Ramon Caballero 2026-04-10 13:13:09 +01:00
parent 439ba9bd77
commit e959633df5
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil
- Readytouse [PHPUnit](https://phpunit.de/) testing setup - Readytouse [PHPUnit](https://phpunit.de/) testing setup
- [PHPCSFixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) configuration for consistent code style - [PHPCSFixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) configuration for consistent code style
- Clean `public/` entry point for web requests - 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 ## Requirements
@ -22,7 +22,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil
## Installation ## 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. However, you can also install PHPStarter manually by following the steps below.
@ -31,7 +31,7 @@ Clone the repository:
```bash ```bash
cd /var/www/sites/ cd /var/www/sites/
git clone https://gitea.ramoncaballero.dev/PHPStarter.git <myproject> git clone https://gitea.ramoncaballero.dev/mon/PHPStarter.git <myproject>
cd <myproject> cd <myproject>
``` ```
@ -77,7 +77,7 @@ php -S localhost:8000 -t public
Or configure Apache manually. 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 ## Customization