docs: fix broken links

This commit is contained in:
DavHau 2024-07-11 21:44:46 +07:00 committed by mergify[bot]
parent d639e70caf
commit a3751775d9
2 changed files with 2 additions and 7 deletions

View File

@ -7,8 +7,8 @@ nav:
- Reference: reference
- Examples:
- "👉 example repository": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages
- "👉 example repository using flakes": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages-flake)
- "👉 example packages": https://github.com/nix-community/dream2nix/tree/main/examples/packages)
- "👉 example repository using flakes": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages-flake
- "👉 example packages": https://github.com/nix-community/dream2nix/tree/main/examples/packages
- Documentation: docs.md
- Notes:
- "v1 API design docs": v1-api

View File

@ -23,8 +23,3 @@ lock file.
During building, it uses this lock file to build each dependency as well as the top-level package in separate derivations
while allowing overrides and further customization via [dream2nix module system](../../modules.md).
## Getting started
See [Build a python project with pip](../../guides/pip.md).