diff --git a/Sources/ProjectDescription/TargetDependency.swift b/Sources/ProjectDescription/TargetDependency.swift index 6c7cc3e47d3..3e88651fe22 100644 --- a/Sources/ProjectDescription/TargetDependency.swift +++ b/Sources/ProjectDescription/TargetDependency.swift @@ -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.