summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-10-20 21:26:19 +0200
committerh7x4 <h7x4@nani.wtf>2023-10-21 02:04:09 +0200
commit216b2bdf7f22c3051c6204ce0f4555cdbf307601 (patch)
tree2f26bec88e28632bb69166302059d3e7257af81d /CONTRIBUTING.md
parenta63c50831e4e715ef114a3346835ee3bae92ddc9 (diff)
CONTRIBUTING.md: fix a missing sentence ending
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 32201333c37b..06b9c10dfec6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -565,7 +565,7 @@ Names of files and directories should be in lowercase, with dashes between words
- Do not use tab characters, i.e. configure your editor to use soft tabs. For instance, use `(setq-default indent-tabs-mode nil)` in Emacs. Everybody has different tab settings so it’s asking for trouble.
-- Use `lowerCamelCase` for variable names, not `UpperCamelCase`. Note, this rule does not apply to package attribute names, which instead follow the rules in [](#sec-package-naming).
+- Use `lowerCamelCase` for variable names, not `UpperCamelCase`. Note, this rule does not apply to package attribute names, which instead follow the rules in [package naming](./pkgs/README.md#package-naming).
- Function calls with attribute set arguments are written as