Skip to content

Commit 12dad05

Browse files
authored
Merge pull request #10628 from edmorley/resolutionimpossible-help-url
2 parents 3534896 + cfbdc48 commit 12dad05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/4A6F604D-DDAB-4F85-BA92-7C81C811D07A.trivial.rst

Whitespace-only changes.

src/pip/_internal/resolution/resolvelib/factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,6 @@ def describe_trigger(parent: Candidate) -> str:
696696

697697
return DistributionNotFound(
698698
"ResolutionImpossible: for help visit "
699-
"https://pip.pypa.io/en/latest/user_guide/"
700-
"#fixing-conflicting-dependencies"
699+
"https://pip.pypa.io/en/latest/topics/dependency-resolution/"
700+
"#dealing-with-dependency-conflicts"
701701
)

0 commit comments

Comments
 (0)