Skip to content

Commit

Permalink
Fix the link on new-resolver dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 17, 2020
1 parent 2a07a24 commit b419ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,5 +453,5 @@ def readable_form(cand):
return DistributionNotFound(
"ResolutionImpossible For help visit: "
"https://pip.pypa.io/en/stable/user_guide/"
"#dependency-conflicts-resolution-impossible"
"#fixing-conflicting-dependencies"
)

0 comments on commit b419ca7

Please sign in to comment.