Skip to content

Commit

Permalink
Merge pull request #8593 from pradyunsg/fix-link
Browse files Browse the repository at this point in the history
Fix the link on new-resolver dependency conflicts
  • Loading branch information
pradyunsg authored Jul 17, 2020
2 parents 2a07a24 + b419ca7 commit 2c86452
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 2c86452

Please sign in to comment.