Skip to content

Commit

Permalink
moved documentation files into documentation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
polar committed Mar 21, 2024
1 parent c152c27 commit 2b589ed
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See our [Hacking guide](https://nixos.org/manual/nix/unstable/contributing/hacki

## Contributing

Check the [contributing guide](./CONTRIBUTING.md) if you want to get involved with developing Nix.
Check the [contributing guide](./doc/CONTRIBUTING.md) if you want to get involved with developing Nix.

## Additional Resources

Expand All @@ -31,4 +31,4 @@ Check the [contributing guide](./CONTRIBUTING.md) if you want to get involved wi

## License

Nix is released under the [LGPL v2.1](./COPYING).
Nix is released under the [LGPL v2.1](./doc/COPYING).
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/manual/src/contributing/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.
Check the [contributing guide](https://github.com/NixOS/nix/blob/master/doc/CONTRIBUTING.md) if you want to get involved.

This chapter is a collection of guides for making changes to the code and documentation.

Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ in {
./misc
./precompiled-headers.h
./src
./COPYING
./doc/COPYING
./scripts/local.mk
] ++ lib.optionals buildUnitTests [
./doc/manual
Expand Down

0 comments on commit 2b589ed

Please sign in to comment.