Skip to content

Commit c65c11d

Browse files
authored
Fix broken link (#4285)
Replace the Package Manager Community Proposal broken link with a new working one.
1 parent 5f5be41 commit c65c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Dependencies are specified in your `Package.swift` manifest file.
8585
1. The conflict may be in unfamiliar dependencies (of dependencies) that the user did not explicitly request.
8686
2. Due to the nature of development it would be rare for two dependency graphs to be the same. Thus the amount of help other users (often even the package authors) can offer is limited. Internet searches will likely prove fruitless.
8787

88-
A good package manager should be designed from the start to minimize the risk of dependency hell, and where this is not possible, to mitigate it and provide tooling so that the user can solve the scenario with a minimum of trouble. The [Package Manager Community Proposal](Internals/PackageManagerCommunityProposal.md) contains our thoughts on how we intend to iterate with these hells in mind.
88+
A good package manager should be designed from the start to minimize the risk of dependency hell, and where this is not possible, to mitigate it and provide tooling so that the user can solve the scenario with a minimum of trouble. The [Package Manager Community Proposal](Design/PackageManagerCommunityProposal.md) contains our thoughts on how we intend to iterate with these hells in mind.
8989

9090
The following are some of the most common “dependency hell” scenarios:
9191

0 commit comments

Comments
 (0)