Fix org-mode markup for links in Readme

This commit is contained in:
Joshua Ramon Enslin 2020-10-10 21:31:04 +02:00 committed by Stefan Rohde-Enslin
parent fb37f748d4
commit 10d5759016

View File

@ -1,6 +1,6 @@
* Quality Assurance Settings for museum-digital * Quality Assurance Settings for museum-digital
Most of the code used at [museum-digital](https://www.museum-digital.org) is written in PHP. To keep a uniform code style throughout the code, we use [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer). Most of the code used at [[https://www.museum-digital.org][museum-digital]] is written in PHP. To keep a uniform code style throughout the code, we use [[https://github.com/squizlabs/PHP_CodeSniffer][PHP Code Sniffer]].
** Tools used ** Tools used
@ -12,4 +12,4 @@ 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` contains the main style guide. When rewriting files to fit the uniform style 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_ contains the main style guide. When rewriting files to fit the uniform style 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).