Skip to content

Commit 036ada6

Browse files
Update blog article link
1 parent 00f9891 commit 036ada6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SwiftUI Architectures: Model-View, Redux & ViewState MVVM
22

33
This repository contains implementations of a simple chat client called QBChat. Each implementation uses SwiftUI while applying a different architecture (Model-View, Redux & ViewState MVVM).
4-
More explanation about each SwiftUI architecture example can be found in [this blog article](https://quickbirdstudios.com/blog/swiftui-app-architectures).
4+
More explanation about each SwiftUI architecture example can be found in [this blog article](ttps://quickbirdstudios.com/blog/swiftui-architecture-redux-mvvm/).
55
Currently, QBChat is implemented using the following app architectures:
66

77
### Model-View
@@ -26,7 +26,7 @@ ViewState MVVM uses separate ViewModels for each View (if required). Instead of
2626

2727
QBChat is created with ❤️ by [QuickBird Studios](https://quickbirdstudios.com).
2828

29-
To get more information on the different app architectures check out [our blog post](https://quickbirdstudios.com/blog/swiftui-app-architectures/).
29+
To get more information on the different app architectures check out [our blog post](ttps://quickbirdstudios.com/blog/swiftui-architecture-redux-mvvm/).
3030

3131
## Contributing
3232

@@ -36,4 +36,4 @@ Open a PR if you want to add other SwiftUI app architectures to the repository o
3636

3737
## License
3838

39-
SwiftUI-Architectures is released under an MIT license. See [License.md](https://github.com/quickbirdstudios/SwiftUI-App-Architectures/blob/master/LICENSE) for more information.
39+
SwiftUI-Architectures is released under an MIT license. See [License.md](https://github.com/quickbirdstudios/SwiftUI-Architectures/blob/master/LICENSE) for more information.

0 commit comments

Comments
 (0)