Skip to content

Commit 93802a8

Browse files
authored
docs: fix broken link to satisfiability source code in lockfile docs (#5616)
1 parent 68c748f commit 93802a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workspace/lockfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Steps to check if the lock file is satisfiable:
129129
- All hashes for the `pypi` editable packages are correct.
130130
- There is only a single entry for every package in the lock file.
131131

132-
If you want to get more details checkout the [actual code](https://github.com/prefix-dev/pixi/blob/main/src/lock_file/satisfiability/mod.rs) as this is a simplification of the actual code.
132+
If you want to get more details checkout the [actual code](https://github.com/prefix-dev/pixi/blob/main/crates/pixi_core/src/lock_file/satisfiability/mod.rs) as this is a simplification of the actual code.
133133

134134
## The version of the lock file
135135

0 commit comments

Comments
 (0)