Skip to content

Commit 3c4618f

Browse files
committed
Fix boolean_dependencies link
1 parent e5722a5 commit 3c4618f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_doc/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Or-dependencies are not supported in existing RPM versions. This can be
6464
achieved by having a common virtual provide in A and B, and having C require
6565
that.
6666

67-
Since rpm version 4.13 you can also use [Boolean Dependencies](boolean_dependencies.html). So you can directly use:
67+
Since rpm version 4.13 you can also use [Boolean Dependencies](/docs/stable/boolean_dependencies). So you can directly use:
6868

6969
```
7070
Requires: ( pkgA >= 1.2.3 or pkgB )

0 commit comments

Comments
 (0)