Skip to content

Commit e673144

Browse files
committed
Switched blog URL from blog.getstream.io to new getstream.io/blog/
1 parent e984d83 commit e673144

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Visit [cabin.getstream.io](http://cabin.getstream.io/) for an overview of all 8
1010

1111
## Blog Posts
1212

13-
1. [Introduction](http://blog.getstream.io/cabin-react-redux-example-app-introduction/)
14-
2. [React & Redux](http://blog.getstream.io/cabin-react-redux-example-app-react/)
15-
3. [Redux](http://blog.getstream.io/cabin-react-redux-example-app-redux/)
16-
4. [Stream](http://blog.getstream.io/cabin-react-redux-example-app-stream/)
17-
5. [Imgix](http://blog.getstream.io/cabin-react-redux-example-app-imgix/)
18-
6. [Keen](http://blog.getstream.io/cabin-react-redux-example-app-keen/)
19-
7. [Algolia](http://blog.getstream.io/cabin-react-redux-example-app-algolia/)
13+
1. [Introduction](https://getstream.io/blog/cabin-react-redux-example-app-introduction/)
14+
2. [React & Redux](https://getstream.io/blog/cabin-react-redux-example-app-react/)
15+
3. [Redux](https://getstream.io/blog/cabin-react-redux-example-app-redux/)
16+
4. [Stream](https://getstream.io/blog/cabin-react-redux-example-app-stream/)
17+
5. [Imgix](https://getstream.io/blog/cabin-react-redux-example-app-imgix/)
18+
6. [Keen](https://getstream.io/blog/cabin-react-redux-example-app-keen/)
19+
7. [Algolia](https://getstream.io/blog/cabin-react-redux-example-app-algolia/)
2020

2121

2222
## Integrations

www/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ router.get('/demo', function(req, res, next) {
1515
});
1616

1717
/* POST mailchimp */
18-
router.post('/subscribe', cors({ origin: 'http://blog.getstream.io' }), function(req, res, next) {
18+
router.post('/subscribe', cors({ origin: 'https://getstream.io/blog' }), function(req, res, next) {
1919

2020
var params = req.body;
2121

www/views/demo.ejs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,31 +76,31 @@
7676
<a href="https://getstream.io" class="btn nav-btn" primary target="_blank" title="GetStream.io">Get Stream</a>
7777
</li>
7878
<li>
79-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-react" target="_blank" title="Cabin - React"><img src="img/reactlogo.svg" width="18" alt="React" /> Step One &rarr;</a>
79+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-react/" target="_blank" title="Cabin - React"><img src="img/reactlogo.svg" width="18" alt="React" /> Step One &rarr;</a>
8080
</li>
8181
<li>
82-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-redux" target="_blank" title="Cabin - Redux"><img src="img/reduxlogo.svg" width="18" alt="Redux" />Step Two &rarr;</a>
82+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-redux/" target="_blank" title="Cabin - Redux"><img src="img/reduxlogo.svg" width="18" alt="Redux" />Step Two &rarr;</a>
8383
</li>
8484
<li>
85-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-stream/" target="_blank" title="Cabin - Stream"><img src="img/streamlogo.svg" width="18" alt="GetStream.io" />Step Three &rarr;</a>
85+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-stream/" target="_blank" title="Cabin - Stream"><img src="img/streamlogo.svg" width="18" alt="GetStream.io" />Step Three &rarr;</a>
8686
</li>
8787
<li>
88-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-imgix/" target="_blank" title="Cabin - Imgix"><img src="img/imgix_small_logo.svg" width="16" alt="Imgix" />Step Four &rarr;</a>
88+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-imgix/" target="_blank" title="Cabin - Imgix"><img src="img/imgix_small_logo.svg" width="16" alt="Imgix" />Step Four &rarr;</a>
8989
</li>
9090
<li>
91-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-keen/" target="_blank" title="Cabin - Keen.io"><img src="img/keenlogo.svg" width="16" alt="Keen.io" />Step Five &rarr;</a>
91+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-keen/" target="_blank" title="Cabin - Keen.io"><img src="img/keenlogo.svg" width="16" alt="Keen.io" />Step Five &rarr;</a>
9292
</li>
9393
<li>
94-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-algolia/" target="_blank" title="Cabin - Algolia"><img src="img/algolialogo.svg" width="16" alt='Algolia' />Step Six &rarr;</a>
94+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-algolia/" target="_blank" title="Cabin - Algolia"><img src="img/algolialogo.svg" width="16" alt='Algolia' />Step Six &rarr;</a>
9595
</li>
9696
<li>
97-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-mapbox/" target="_blank" title="Cabin - Mapbox"><img src="img/mapboxlogo.svg" width="16" alt="Mapbox" />Step Seven &rarr;</a>
97+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-mapbox/" target="_blank" title="Cabin - Mapbox"><img src="img/mapboxlogo.svg" width="16" alt="Mapbox" />Step Seven &rarr;</a>
9898
</li>
9999
<li>
100100
<a href="https://www.digitalocean.com/community/tutorials/how-to-deploy-a-node-js-app-using-terraform-on-ubuntu-14-04" title="DigitalOcean"><img src="img/digitaloceanlogo.svg" width="16" alt="DigitalOcean" />Step Eight &rarr;</a>
101101
</li>
102102
<li>
103-
<a href="http://blog.getstream.io/react-redux-best-practices-gotchas/" target="_blank" title="React/Redux Best Practices">Bonus &rarr;</a>
103+
<a href="https://getstream.io/blog/react-redux-best-practices-gotchas/" target="_blank" title="React/Redux Best Practices">Bonus &rarr;</a>
104104
</li>
105105
</ul>
106106
</nav>

www/views/index.ejs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</row>
114114
<row centered>
115115
<ul>
116-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-introduction" class="btn green" target="_blank" title="Cabin Tutorial - Step 1">Step 1 &rarr;</a>
116+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-introduction/" class="btn green" target="_blank" title="Cabin Tutorial - Step 1">Step 1 &rarr;</a>
117117
<li>Full-Stack Node &amp; React Application Structure</li>
118118
<li>Webpack Overview &amp; Basics</li>
119119
</ul>
@@ -134,7 +134,7 @@
134134
<img src="img/reactlogo.svg" width="40" height="36" alt="React logo" />
135135
<h3>React</h3>
136136
<ul>
137-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-react" class="btn green" target="_blank" title="Cabin Tutorial - Step 2">Step 2 &rarr;</a>
137+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-react/" class="btn green" target="_blank" title="Cabin Tutorial - Step 2">Step 2 &rarr;</a>
138138
<li>History &amp; Philosophy of <a href="https://facebook.github.io/react/" target="_blank">React</a></li>
139139
<li>JSX Overview &amp; Basics</li>
140140
<li>React Components, In-Depth</li>
@@ -145,7 +145,7 @@
145145
<img src="img/reduxlogo.svg" width="37" height="35" alt="Redux logo" />
146146
<h3>Redux</h3>
147147
<ul>
148-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-redux" class="btn green" target="_blank" title="Cabin Tutorial - Step 3">Step 3 &rarr;</a>
148+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-redux/" class="btn green" target="_blank" title="Cabin Tutorial - Step 3">Step 3 &rarr;</a>
149149
<li><a href="http://redux.js.org/" target="_blank">Redux</a> Overview</li>
150150
<li>State vs DOM Manipulation</li>
151151
<li>Redux Fundamentals</li>
@@ -167,7 +167,7 @@
167167
<img src="img/streamlogo.svg" width="56" height="28" alt="Stream logo" />
168168
<h3>Feeds</h3>
169169
<ul>
170-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-stream/" class="btn green" target="_blank" title="Cabin Tutorial - Step 4">Step 4 &rarr;</a>
170+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-stream/" class="btn green" target="_blank" title="Cabin Tutorial - Step 4">Step 4 &rarr;</a>
171171
<li>Feeds powered by <a href="//getstream.io" target="_blank">Getstream.io</a></li>
172172
<li>Stream Overview</li>
173173
<li>Adding Activities</li>
@@ -181,7 +181,7 @@
181181
<img src="img/imgixlogo.svg" width="91" height="34" alt="Imgix logo" />
182182
<h3>Image Processing</h3>
183183
<ul>
184-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-imgix/" class="btn green" target="_blank" title="Cabin Tutorial - Step 5">Step 5 &rarr;</a>
184+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-imgix/" class="btn green" target="_blank" title="Cabin Tutorial - Step 5">Step 5 &rarr;</a>
185185
<li>Image hosting by <a href="https://imgix.com" target="_blank">ImgIx.com</a></li>
186186
<li>Setup</li>
187187
<li>Image Adjustments</li>
@@ -196,7 +196,7 @@
196196
<img src="img/keenlogo.svg" width="35" height="30" alt="Keen logo" />
197197
<h3>Analytics</h3>
198198
<ul>
199-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-keen/" class="btn green" target="_blank" title="Cabin Tutorial - Step 6">Step 6 &rarr;</a>
199+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-keen/" class="btn green" target="_blank" title="Cabin Tutorial - Step 6">Step 6 &rarr;</a>
200200
<li>Analytics with <a href="https://keen.io/" target="_blank">Keen</a></li>
201201
<li>State vs DOM Manipulation</li>
202202
<li>Redux Fundamentals</li>
@@ -208,7 +208,7 @@
208208
<img src="img/algolialogo.svg" width="33" height="37" alt="Algolia logo" />
209209
<h3>Search</h3>
210210
<ul>
211-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-algolia/" class="btn green" target="_blank" title="Cabin Tutorial - Step 7">Step 7 &rarr;</a>
211+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-algolia/" class="btn green" target="_blank" title="Cabin Tutorial - Step 7">Step 7 &rarr;</a>
212212
<li>Search powered by <a href="https://algolia.com" target="_blank">Algolia</a></li>
213213
<li>Overview of Algolia</li>
214214
<li>Implementing Server Side</li>
@@ -223,7 +223,7 @@
223223
<img src="img/mapboxlogo.svg" width="86" height="24" alt="Mapbox logo" />
224224
<h3>Maps</h3>
225225
<ul>
226-
<a href="http://blog.getstream.io/cabin-react-redux-example-app-mapbox/" class="btn green" target="_blank">Step 8 &rarr;</a>
226+
<a href="https://getstream.io/blog/cabin-react-redux-example-app-mapbox/" class="btn green" target="_blank">Step 8 &rarr;</a>
227227
<li>Custom maps with <a href="https://mapbox.com" target="_blank">Mapbox.com</a></li>
228228
<li>Client &amp; Server Side Setups</li>
229229
<li>Integration Tips</li>
@@ -258,7 +258,7 @@
258258

259259
<row centered>
260260
<ul>
261-
<a href="http://blog.getstream.io/react-redux-best-practices-gotchas/" class="btn green" target="_blank">Go To Bonus &rarr;</a>
261+
<a href="https://getstream.io/blog/react-redux-best-practices-gotchas/" class="btn green" target="_blank">Go To Bonus &rarr;</a>
262262
<li>Clearly articulate best practices when it comes to <a href="https://facebook.github.io/react/" target="_blank">React</a> &amp; <a href="http://redux.js.org/index.html" target="_blank">Redux</a></li>
263263
<li>Avoid common React/Redux pitfalls</li>
264264
<li>Structure a production level application that can scale</li>

0 commit comments

Comments
 (0)