Skip to content

Commit c11f016

Browse files
committed
removing broken link on app dependencies page
1 parent eb439b3 commit c11f016

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed

all.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4225,11 +4225,6 @@ <h2>Application dependency resources</h2>
42254225
<p>This Stack Overflow question details how to set up a
42264226
<a href="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
42274227
</li>
4228-
<li>
4229-
<p>An alternative approach for managing dependencies with Docker instead of
4230-
through virtualenv is explained in this post entitled
4231-
"<a href="http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/">Using Docker as a Python Development Environment</a>."</p>
4232-
</li>
42334228
</ul>
42344229
<h2>Application dependencies learning checklist</h2>
42354230
<p><i class="fa fa-check-square-o"></i>

application-dependencies.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ <h2>Application dependency resources</h2>
163163
<p>This Stack Overflow question details how to set up a
164164
<a href="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
165165
</li>
166-
<li>
167-
<p>An alternative approach for managing dependencies with Docker instead of
168-
through virtualenv is explained in this post entitled
169-
"<a href="http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/">Using Docker as a Python Development Environment</a>."</p>
170-
</li>
171166
</ul>
172167
<h2>Application dependencies learning checklist</h2>
173168
<p><i class="fa fa-check-square-o"></i>

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-03-18T08:08:37Z</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-03-18T09:27:47Z</updated></feed>

source/content/pages/07-web-app-deployment/09-app-dependencies.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ further clarification.
148148
* This Stack Overflow question details how to set up a
149149
[virtual environment for Python development](http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu).
150150

151-
* An alternative approach for managing dependencies with Docker instead of
152-
through virtualenv is explained in this post entitled
153-
"[Using Docker as a Python Development Environment](http://continuousdelivery.uglyduckling.nl/uncategorized/using-docker-as-a-python-development-environment/)."
154-
155151

156152
## Application dependencies learning checklist
157153
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)