Fix links in README

This commit is contained in:
Joshua Ramon Enslin 2023-06-24 00:21:56 +02:00
parent 67241c8d54
commit 16f335bab9
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -12,7 +12,7 @@ Most of the code used at [museum-digital](https://www.museum-digital.org) is wri
This repository serves to collect generally applicable rules, that can be embedded into the specific rule sets of the different projects. This repository serves to collect generally applicable rules, that can be embedded into the specific rule sets of the different projects.
The file [`md_phpcs_rules.xml`](./rules/md_phpcs_rules.xml) contains the main style guide. When rewriting files to fit the uniform style rules, ``[md_phpcs_rules_basic.xml](./rules/md_phpcs_rules_basic.xml)`` comes in handy as a first step. It contains the same rules, excluding some which require or encourage a more in-depth look at the code (the prohibition of procedural-style calls to mysqli functions is e.g. a good opportunity to check the efficiency of queries). The file [`md_phpcs_rules.xml`](./rules/md_phpcs_rules.xml) contains the main style guide. When rewriting files to fit the uniform style rules, [`md_phpcs_rules_basic.xml`](./rules/md_phpcs_rules_basic.xml) comes in handy as a first step. It contains the same rules, excluding some which require or encourage a more in-depth look at the code (the prohibition of procedural-style calls to mysqli functions is e.g. a good opportunity to check the efficiency of queries).
## License ## License