Skip to content

Commit d38bf5c

Browse files
committed
docs: update links to blog posts
1 parent d8d4e53 commit d38bf5c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ RxFlow is a navigation framework for iOS applications based on a **Reactive Flow
1313
This README is a short story of the whole conception process that led me to this framework.
1414

1515
You will find a very detail explanation of the whole project on my blog:
16-
- [RxFlow Part 1: In Theory](https://twittemb.github.io/posts/2017-11-08-RxFlow-Part1/)
17-
- [RxFlow Part 2: In Practice](https://twittemb.github.io/posts/2017-12-09-RxFlow-Part2/)
18-
- [RxFlow Part 3: Tips and Tricks](https://twittemb.github.io/posts/2017-12-22-RxFlow-Part3/)
16+
- [RxFlow Part 1: In Theory](https://sideeffect.io/posts/2017-11-08-rxflow-part1/)
17+
- [RxFlow Part 2: In Practice](https://sideeffect.io/posts/2017-12-09-rxflow-part2/)
18+
- [RxFlow Part 3: Tips and Tricks](https://sideeffect.io/posts/2017-12-22-rxflow-part3/)
1919

2020
The Jazzy documentation can be seen here as well: [Documentation](http://community.rxswift.org/RxFlow/)
2121

docs/docsets/RxFlow.docset/Contents/Resources/Documents/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ <h1 id='about' class='heading'>About</h1>
148148
<p>You will find a very detail explanation of the whole project on my blog:</p>
149149

150150
<ul>
151-
<li><a href="https://twittemb.github.io/posts/2017-11-08-RxFlow-Part1/">RxFlow Part 1: In Theory</a></li>
152-
<li><a href="https://twittemb.github.io/posts/2017-12-09-RxFlow-Part2/">RxFlow Part 2: In Practice</a></li>
153-
<li><a href="https://twittemb.github.io/posts/2017-12-22-RxFlow-Part3/">RxFlow Part 3: Tips and Tricks</a></li>
151+
<li><a href="https://sideeffect.io/posts/2017-11-08-rxflow-part1/">RxFlow Part 1: In Theory</a></li>
152+
<li><a href="https://sideeffect.io/posts/2017-12-09-rxflow-part2/">RxFlow Part 2: In Practice</a></li>
153+
<li><a href="https://sideeffect.io/posts/2017-12-22-rxflow-part3/">RxFlow Part 3: Tips and Tricks</a></li>
154154
</ul>
155155

156156
<p>The Jazzy documentation can be seen here as well: <a href="http://community.rxswift.org/RxFlow/">Documentation</a></p>

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ <h1 id='about' class='heading'>About</h1>
148148
<p>You will find a very detail explanation of the whole project on my blog:</p>
149149

150150
<ul>
151-
<li><a href="https://twittemb.github.io/posts/2017-11-08-RxFlow-Part1/">RxFlow Part 1: In Theory</a></li>
152-
<li><a href="https://twittemb.github.io/posts/2017-12-09-RxFlow-Part2/">RxFlow Part 2: In Practice</a></li>
153-
<li><a href="https://twittemb.github.io/posts/2017-12-22-RxFlow-Part3/">RxFlow Part 3: Tips and Tricks</a></li>
151+
<li><a href="https://sideeffect.io/posts/2017-11-08-rxflow-part1/">RxFlow Part 1: In Theory</a></li>
152+
<li><a href="https://sideeffect.io/posts/2017-12-09-rxflow-part2/">RxFlow Part 2: In Practice</a></li>
153+
<li><a href="https://sideeffect.io/posts/2017-12-22-rxflow-part3/">RxFlow Part 3: Tips and Tricks</a></li>
154154
</ul>
155155

156156
<p>The Jazzy documentation can be seen here as well: <a href="http://community.rxswift.org/RxFlow/">Documentation</a></p>

0 commit comments

Comments
 (0)