Corrected errors found in review by n

This commit is contained in:
Lucas Hinderberger 2020-10-05 22:11:33 +02:00
parent 17121e0a1b
commit eb219bde0a

View file

@ -59,7 +59,7 @@ It is recommended to set this up, because it can help you a lot in spotting erro
<a name="file-naming-conventions">
### How should files be named?
Please adhere to [Kebap-Case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles) naming rules for any files in Codeberg Documentation.
Please adhere to [b-Case](https://en.wikipedia.org/wiki/Kebab_case) naming rules for any files in Codeberg Documentation.
### When is my contribution being approved?
@ -77,7 +77,7 @@ On the technical side, screenshots should ideally be available in both the webP
and PNG formats (webP and JPEG for photographs), they should be in a large enough resolution so that text is clearly
readable and their filenames should follow Codeberg Documentation's [naming conventions](#file-naming-conventions).
Please put screenshots under `assets/images/[section]/[article]/...` where `[section]` and `[article]` are the kebap-cased names of the section or your article, respectively.
Please put screenshots under `assets/images/[section]/[article]/...` where `[section]` and `[article]` are the kebab-cased names of the section or your article, respectively.
Codeberg Documentation uses the webP format wherever possible, in order to increase page loading speed and reduce traffic due to its powerful compression.