From dc8e2bb4b1e2e1ccfe512d459a87782ee063200e Mon Sep 17 00:00:00 2001 From: Ken Grigsby Date: Wed, 22 Nov 2023 08:55:15 -0500 Subject: [PATCH] Update README.md Correct SPI documentation link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3101fd2a..22118343 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ priorities and trade-offs that differ from Dependencies. Here are a few well-kno This library is released under the MIT license. See [LICENSE](LICENSE) for details. -[docs]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/ +[docs]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies [concurrency-support-article]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/concurrencysupport [designing-dependencies-article]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/designingdependencies [lifetimes-article]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/lifetimes