summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-18 21:39:19 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-18 21:41:38 +0200
commitf45b61b8988b5b2d80dd4a1df7edd04282cf319a (patch)
tree887118b9c20082b4e4e7e136b91182bfa0e00d21 /CONTRIBUTING.md
parentfafcdc4d57b8f5f7090ab4fd489f94fa41a3295e (diff)
downloadphp-git-f45b61b8988b5b2d80dd4a1df7edd04282cf319a.tar.gz
[ci skip] Migrate Coding standards docs to Markdown
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b8a5d0ed94..f975859032 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -246,7 +246,7 @@ included.
## Checklist for submitting contribution
-- Read [CODING_STANDARDS](/CODING_STANDARDS) before you start working.
+- Read [Coding standards](/CODING_STANDARDS.md) before you start working.
- Update git source just before running your final `diff` and before testing.
- Add in-line comments and/or have external documentation ready. Use only
`/* */` style comments, not `//`.