Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ and articles:

We rebuilt Apple's [Scrumdinger][scrumdinger] demo application using modern, best practices for
SwiftUI development, including using this library to control dependencies on file system access,
timers and speech recognition APIs. That [demo can be found][standups-demo] in our
[SwiftUINavigation][swiftui-nav-gh] library.
timers and speech recognition APIs. That demo can be found [here][syncups-demo].

## Documentation

Expand Down Expand Up @@ -300,7 +299,7 @@ This library is released under the MIT license. See [LICENSE](LICENSE) for detai
[quick-start-article]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/quickstart
[registering-dependencies-article]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/registeringdependencies
[scrumdinger]: https://developer.apple.com/tutorials/app-dev-training/getting-started-with-scrumdinger
[standups-demo]: https://github.com/pointfreeco/swiftui-navigation/tree/main/Examples/Standups
[syncups-demo]: https://github.com/pointfreeco/syncups
[swiftui-nav-gh]: http://github.com/pointfreeco/swiftui-navigation
[dep-values-docs]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/dependencyvalues
[withdependencies-docs]: https://swiftpackageindex.com/pointfreeco/swift-dependencies/main/documentation/dependencies/withdependencies(_:operation:)-4uz6m
Expand Down