1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Broken link fixes (#4044)

This changeset fixes broken links found in the README.
This commit is contained in:
George Constantinou
2024-11-12 16:29:40 +02:00
committed by GitHub
parent 7de265dc47
commit 9e6beda833

View File

@@ -2,7 +2,7 @@
# PHP Documentation # PHP Documentation
Please refer to the Please refer to the
[contribution guidelines](https://github.com/php/doc-base/blob/master/CONTRIBUTING_DOCS.md) [contribution guidelines](https://github.com/php/doc-base/blob/master/docs/contributing.md)
and the [README file](https://github.com/php/doc-base/blob/master/README.md) and the [README file](https://github.com/php/doc-base/blob/master/README.md)
within the [doc-base repository](https://github.com/php/doc-base) within the [doc-base repository](https://github.com/php/doc-base)
for details on how to contribute to PHP's documentation. for details on how to contribute to PHP's documentation.
@@ -12,8 +12,8 @@ The PHP manual is available at [php.net/docs](https://php.net/docs).
## Creating this setup ## Creating this setup
For information related to creating this setup, For information related to creating this setup,
see the [contribution guidelines](https://github.com/php/doc-base/blob/master/CONTRIBUTING_DOCS.md) see the [contribution guidelines](https://github.com/php/doc-base/blob/master/docs/contributing.md)
or [this page](http://doc.php.net/tutorial/local-setup.php) on our documentation website. or [this page](https://doc.php.net/tutorial/local-setup.php) on our documentation website.
## Building With make and Docker ## Building With make and Docker
@@ -52,4 +52,4 @@ For the translations of this documentation, see:
## Documentation pipeline ## Documentation pipeline
For more information on the various repositories that make up PHP's documentation pipeline, For more information on the various repositories that make up PHP's documentation pipeline,
see this [overview](https://github.com/php/doc-base/blob/master/OVERVIEW.md). see this [overview](https://github.com/php/doc-base/blob/master/docs/overview.md).