Skip to content

Commit 6a6346b

Browse files
authored
Update README.md
1 parent faa61dc commit 6a6346b

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/lm2343635/RxController/master/images/logo.jpg" alt="RxController" title="RxController" width="600"/>
2+
<img src="https://raw.githubusercontent.com/RxSwiftCommunity/RxController/master/images/logo.jpg" alt="RxController" title="RxController" width="600"/>
33
</p>
44

55
<p align="center">
6-
<a href="https://app.bitrise.io/app/60e541fa833b19d2"><img src="https://app.bitrise.io/app/60e541fa833b19d2/status.svg?token=FWKV3OHJ-W0F2AtZP4M1bw&branch=master"></a>
76
<a href="https://cocoapods.org/pods/RxController"><img src="https://img.shields.io/cocoapods/v/RxController.svg?style=flat"></a>
87
<a href="https://cocoapods.org/pods/RxController"><img src="https://img.shields.io/cocoapods/l/RxController.svg?style=flat"></a>
98
<a href="https://cocoapods.org/pods/RxController"><img src="https://img.shields.io/cocoapods/p/RxController.svg?style=flat"></a>
@@ -28,15 +27,15 @@ These classes make it easy to transfer data among the flows, the parent view mod
2827
## Recommended guideline
2928

3029
We recommend to develop a MMVM-C based on **RxController**, **RxFlow** and **RxSwift** in this guideline.
31-
It better to read the documentation of [RxController](https://github.com/xflagstudio/RxController), [RxFlow](https://github.com/RxSwiftCommunity/RxFlow) and [RxSwift](https://github.com/ReactiveX/RxSwift) at first, if you are not familiar with them.
32-
33-
- Chapter 1: [Introduction](https://github.com/xflagstudio/RxController/blob/master/document/chapter1-introduction.md)
34-
- Chapter 2: [Using RxFlow](https://github.com/xflagstudio/RxController/blob/master/document/chapter2-rxflow.md)
35-
- Chapter 3: [View controller](https://github.com/xflagstudio/RxController/blob/master/document/chapter3-viewcontroller.md)
36-
- Chapter 4: [View model](https://github.com/xflagstudio/RxController/blob/master/document/chapter4-viewmodel.md)
37-
- Chapter 5: [View](https://github.com/xflagstudio/RxController/blob/master/document/chapter5-view.md)
38-
- Chapter 6: [Table and collection view cell](https://github.com/xflagstudio/RxController/blob/master/document/chapter6-cell.md)
39-
- Chapter 7: [Manager classes](https://github.com/xflagstudio/RxController/blob/master/document/chapter7-manager.md)
30+
It better to read the documentation of [RxController](https://github.com/RxSwiftCommunity/RxController), [RxFlow](https://github.com/RxSwiftCommunity/RxFlow) and [RxSwift](https://github.com/ReactiveX/RxSwift) at first, if you are not familiar with them.
31+
32+
- Chapter 1: [Introduction](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter1-introduction.md)
33+
- Chapter 2: [Using RxFlow](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter2-rxflow.md)
34+
- Chapter 3: [View controller](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter3-viewcontroller.md)
35+
- Chapter 4: [View model](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter4-viewmodel.md)
36+
- Chapter 5: [View](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter5-view.md)
37+
- Chapter 6: [Table and collection view cell](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter6-cell.md)
38+
- Chapter 7: [Manager classes](https://github.com/RxSwiftCommunity/RxController/blob/master/document/chapter7-manager.md)
4039

4140
## Documentation
4241

0 commit comments

Comments
 (0)