about summary refs log tree commit diff
path: root/nixos/README.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-14 04:49:15 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-14 04:49:24 +0200
commit15ca783f10e9558f922394f26fb36e508fce8111 (patch)
tree165ef78bef321cfe8e0948e59cb59840a7f98e3d /nixos/README.md
parent553daaed7323126e9945679d666f8dee9961e378 (diff)
nixos/README.md: GitHub markdown fixes
Diffstat (limited to 'nixos/README.md')
-rw-r--r--nixos/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/README.md b/nixos/README.md
index 6e966e7a65d06..7f66a132fb946 100644
--- a/nixos/README.md
+++ b/nixos/README.md
@@ -8,9 +8,9 @@ https://nixos.org/nixos and in the manual in doc/manual.
 
 You can add new module to your NixOS configuration file (usually it’s `/etc/nixos/configuration.nix`). And do `sudo nixos-rebuild test -I nixpkgs=<path to your local nixpkgs folder> --fast`.
 
-## (Reviewing contributions)
+## Reviewing contributions
 
-### Module updates {#reviewing-contributions-module-updates}
+### Module updates
 
 Module updates are submissions changing modules in some ways. These often contains changes to the options or introduce new options.
 
@@ -47,7 +47,7 @@ Sample template for a module update review is provided below.
 ##### Comments
 ```
 
-### New modules {#reviewing-contributions-new-modules}
+### New modules
 
 New modules submissions introduce a new module to NixOS.