Fix the link on new-resolver dependency conflicts

This commit is contained in:
Pradyun Gedam 2020-07-17 05:40:46 +05:30
parent 2a07a2444c
commit b419ca7317
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
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"
)