readme: Use new doc links

This commit is contained in:
Sridhar Ratnakumar 2023-12-19 09:03:09 -05:00 committed by GitHub
parent 48cd3d06c9
commit e93e3ac14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Or see `./test/flake.nix`
## A note on process working directory
The `dataDir` of these services tend to take *relative* paths, which are usually relative to the project root. As such, when you run these services using `nix run`, their data files are created relative to whichever directory you are in. If you want these data files to always reside relative to the project directory, instead of using `nix run` consider wrapping the process-compose packages in script, via either [mission-control](https://flakular.in/mission-control/) module or a [justfile](https://just.systems/). The example uses the latter.
The `dataDir` of these services tend to take *relative* paths, which are usually relative to the project root. As such, when you run these services using `nix run`, their data files are created relative to whichever directory you are in. If you want these data files to always reside relative to the project directory, instead of using `nix run` consider wrapping the process-compose packages in script, via either [mission-control](https://community.flake.parts/mission-control) module or a [justfile](https://just.systems/). The example uses the latter.
## Discussions
@ -40,7 +40,7 @@ To discuss the project, please [join our Zulip](https://nixos.zulipchat.com/#nar
## Contributing
- If you are adding a *new* service, see https://github.com/cachix/devenv/tree/main/src/modules/services for inspiration.
- For contributing to docs, see https://flakular.in/about#contributing
- For contributing to docs, see https://github.com/flake-parts/community.flake.parts#guidelines-for-writing-docs
## Credits