summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-27 20:51:45 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-30 19:38:34 +0100
commit8346b4c9f149c1a3d4e0631007e71bbbebd0b87d (patch)
tree1a9248515aa422aae2368a61531b42c2f50fcb40 /README.md
parent1ce4ab1ecc48012c2359b4ddd6db5150aeb4ae01 (diff)
downloadphp-git-8346b4c9f149c1a3d4e0631007e71bbbebd0b87d.tar.gz
Move README files to a dedicated docs directory
The new dedicated docs directory has been introduced after a discussion on GitHub[1]. Main issue it is addressing is the reduction of too many README files in the project root directory. The new directory is dedicated for notes and quick documentation files that either can't be put in the manual or wiki pages or that relate to the php-src repository specifically and need to live together with the source code. Also the `docs` directory is by GitHub used for some repository configuration files such as pull request templates, and contributing documentation helper files that are integrated in the interface. [1]: https://github.com/php/php-src/pull/3988
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45706d2425..09dde4fdb8 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,8 @@ contribute:
- [Contributing to PHP](/CONTRIBUTING.md)
- [PHP coding standards](/CODING_STANDARDS)
-- [Mailinglist rules](/README.MAILINGLIST_RULES)
-- [PHP release process](/README.RELEASE_PROCESS)
+- [Mailinglist rules](/docs/mailinglist-rules.md)
+- [PHP release process](/docs/release-process.md)
## Testing