1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Avoid <name>/<name> in documentation URLs

They are redundant and look weird.
This commit is contained in:
John Ericson 2023-11-27 08:48:11 -05:00
parent b6a3fde6b7
commit f99e468640
12 changed files with 24 additions and 14 deletions

View file

@ -0,0 +1,8 @@
# Development
Nix is developed on GitHub.
Check the [contributing guide](https://github.com/NixOS/nix/blob/master/CONTRIBUTING.md) if you want to get involved.
This chapter is a collection of guides for making changes to the code and documentation.
If you're not sure where to start, try to [compile Nix from source](./hacking.md) and consider [making improvements to documentation](./documentation.md).