Skip to content

Commit df73bc9

Browse files
committed
removing extraneous link
1 parent 20d0d51 commit df73bc9

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

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>2014-04-13T08:49:19Z</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>2014-04-14T11:12:40Z</updated></feed>

source/content/pages/08-web-frameworks/0801-web-frameworks.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ book so consider picking that up as well.
148148
* The Tuts+ [Flask tutorial](http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822)
149149
is another great walkthrough for getting started with the framework.
150150

151-
* [Packaging a Flask web app](http://www.plankandwhittle.com/packaging-a-flask-web-app/)
152-
walks through how to deploy your Flask app after you've built it.
153-
154151

155152
## Bottle
156153
[Bottle](http://bottlepy.org/docs/dev/index.html) is a WSGI-compliant

web-frameworks.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,6 @@ <h3>Flask resources</h3>
219219
<p>The Tuts+ <a href="http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822">Flask tutorial</a>
220220
is another great walkthrough for getting started with the framework.</p>
221221
</li>
222-
<li>
223-
<p><a href="http://www.plankandwhittle.com/packaging-a-flask-web-app/">Packaging a Flask web app</a>
224-
walks through how to deploy your Flask app after you've built it.</p>
225-
</li>
226222
</ul>
227223
<h2>Bottle</h2>
228224
<p><a href="http://bottlepy.org/docs/dev/index.html">Bottle</a> is a WSGI-compliant

0 commit comments

Comments
 (0)