Merge pull request #8593 from pradyunsg/fix-link

Fix the link on new-resolver dependency conflicts
This commit is contained in:
Pradyun Gedam 2020-07-17 07:32:25 +05:30 committed by GitHub
commit 2c8645276f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -453,5 +453,5 @@ class Factory(object):
return DistributionNotFound(
"ResolutionImpossible For help visit: "
"https://pip.pypa.io/en/stable/user_guide/"
"#dependency-conflicts-resolution-impossible"
"#fixing-conflicting-dependencies"
)