Skip to content

Commit 01ef555

Browse files
committed
fixing mistaken link
1 parent 8b69689 commit 01ef555

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ <h2>Flask resources</h2>
17251725
and
17261726
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/">part 3</a>
17271727
are also available
1728-
<a href="https://github.com/mgonto/restangular">along with the source code</a>.</p>
1728+
<a href="https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs">along with the source code</a>.</p>
17291729
</li>
17301730
<li>
17311731
<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-07T18:39:20Z</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-07T21:09:00Z</updated></feed>

flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2>Flask resources</h2>
128128
and
129129
<a href="http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/">part 3</a>
130130
are also available
131-
<a href="https://github.com/mgonto/restangular">along with the source code</a>.</p>
131+
<a href="https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs">along with the source code</a>.</p>
132132
</li>
133133
<li>
134134
<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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ how to <a href="/deployment.html">deploy web applications</a>.
9898
and
9999
[part 3](http://tutsbucket.com/tutorials/building-a-blog-using-flask-and-angularjs-part-3/)
100100
are also available
101-
[along with the source code](https://github.com/mgonto/restangular).
101+
[along with the source code](https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs).
102102

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

0 commit comments

Comments
 (0)