Skip to content

Commit a774df5

Browse files
committed
fixing flask links for angular tutorial
1 parent cd789bd commit a774df5

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

all.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,11 +1718,14 @@ <h2>Flask resources</h2>
17181718
Heroku.</p>
17191719
</li>
17201720
<li>
1721-
<p><a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
1721+
<p><a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
17221722
is the first of a multipart series on working with Flask and an AngularJS
17231723
front end.
1724-
<a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-2/">Part 2</a> is also available
1725-
<a href="https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs">along with the source code</a>.</p>
1724+
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/">part 2</a>
1725+
and
1726+
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/">part 3</a>
1727+
are also available
1728+
<a href="https://github.com/mgonto/restangular">along with the source code</a>.</p>
17261729
</li>
17271730
<li>
17281731
<p><a href="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is a

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-07-07T11:19:09Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-07-07T18:36:22Z</updated></feed>

flask.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,14 @@ <h2>Flask resources</h2>
121121
Heroku.</p>
122122
</li>
123123
<li>
124-
<p><a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
124+
<p><a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
125125
is the first of a multipart series on working with Flask and an AngularJS
126126
front end.
127-
<a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-2/">Part 2</a> is also available
128-
<a href="https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs">along with the source code</a>.</p>
127+
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/">part 2</a>
128+
and
129+
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/">part 3</a>
130+
are also available
131+
<a href="https://github.com/mgonto/restangular">along with the source code</a>.</p>
129132
</li>
130133
<li>
131134
<p><a href="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is a

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,14 @@ how to <a href="/deployment.html">deploy web applications</a>.
9191
a blank directory until you have a working app that you can deploy to
9292
Heroku.
9393

94-
* [Building a blog using Flask and AngularJS Part 1](http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/)
94+
* [Building a blog using Flask and AngularJS Part 1](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-1/)
9595
is the first of a multipart series on working with Flask and an AngularJS
9696
front end.
97-
[Part 2](http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-2/) is also available
98-
[along with the source code](https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs).
97+
[part 2](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-2/)
98+
and
99+
[part 3](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/)
100+
are also available
101+
[along with the source code](https://github.com/mgonto/restangular).
99102

100103
* [The Flask Extensions Registry](http://flask.pocoo.org/extensions/) is a
101104
curated list of the best packages that extend Flask. It's the first location

0 commit comments

Comments
 (0)