From 58ce0ca39d87d01f9dbc01755d7bc89252a337be Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 30 Sep 2025 14:46:08 -0700 Subject: [PATCH] Update the docs.swift.org url in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f2320688c..1014c6f97c8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For documentation on using Swift Package Manager, creating packages, and more, s For documentation on developing the Swift Package Manager itself, see the [contribution guide](CONTRIBUTING.md). -For detailed documentation on the package manifest API, see [PackageDescription API](https://docs.swift.org/package-manager/PackageDescription/index.html). +For detailed documentation on the package manifest API, see [PackageDescription API](https://docs.swift.org/swiftpm/documentation/packagedescription). For release notes with information about changes between versions, see the [release notes](Documentation/ReleaseNotes).