Skip to content

Commit

Permalink
Fix external dependencies documentation URL (#6078)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiOelfke committed Mar 16, 2024
1 parent 63c8061 commit 75e7758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/ProjectDescription/TargetDependency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ public enum TargetDependency: Codable, Hashable {
case library(path: Path, publicHeaders: Path, swiftModuleMap: Path?, condition: PlatformCondition? = nil)

/// Dependency on a swift package manager product using Xcode native integration. It's recommended to use `external` instead.
/// For more info, check the [external dependencies documentation](https://docs.tuist.io/guides/third-party-dependencies/).
/// For more info, check the [external dependencies documentation
/// ](https://docs.tuist.io/documentation/tuist/dependencies/#External-dependencies).
///
/// - Parameters:
/// - product: The name of the output product. ${PRODUCT_NAME} inside Xcode.
Expand Down

0 comments on commit 75e7758

Please sign in to comment.