Skip to content

Commit 0fd32d9

Browse files
committed
fixing WSGI servers link on web servers page as found in PR mattmakai#20
1 parent 6bf875c commit 0fd32d9

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
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-05-22T09:39:06Z</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-05-22T10:14:41Z</updated></feed>

future-directions.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ <h1>Future Directions</h1>
5858
the "why [x] is needed"</p>
5959
</li>
6060
<li>
61+
<p>Flesh out <a href="../javascript.html">JavaScript</a>,
62+
<a href="../configuration-management.html">Configuration Management</a>,
63+
<a href="../api-integration.html">API Integration</a>,
64+
and <a href="../web-application-security.html">Web Security</a> sections.</p>
65+
</li>
66+
<li>
6167
<p>Create learning checklists for every section where it makes sense. The
6268
remaining sections that need checklists are </p>
6369
<ol>
@@ -73,12 +79,6 @@ <h1>Future Directions</h1>
7379
<li>web application security</li>
7480
</ol>
7581
</li>
76-
<li>
77-
<p>Flesh out <a href="../javascript.html">JavaScript</a>,
78-
<a href="../configuration-management.html">Configuration Management</a>,
79-
<a href="../api-integration.html">API Integration</a>,
80-
and <a href="../web-application-security.html">Web Security</a> sections.</p>
81-
</li>
8282
</ul>
8383
<h3>That's what coming. What would you like to learn right now?</h3>
8484
<div class="row">

source/content/pages/03-deployment/0307-web-servers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Configure the web server to serve up static files such as CSS, JavaScript
120120
and images.
121121

122122
<i class="fa fa-check-square-o"></i>
123-
Once you set up the [WSGI server](/wsgi-server.html) you'll need to configure
123+
Once you set up the [WSGI server](/wsgi-servers.html) you'll need to configure
124124
the web server as a pass through for dynamic content.
125125

126126

source/content/pages/10-misc/1007-future-directions.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Here are some things I'm actively working on:
3636
* Clear, concise descriptions for each concept in every section along with
3737
the "why [x] is needed"
3838

39+
* Flesh out [JavaScript](../javascript.html),
40+
[Configuration Management](../configuration-management.html),
41+
[API Integration](../api-integration.html),
42+
and [Web Security](../web-application-security.html) sections.
43+
44+
3945
* Create learning checklists for every section where it makes sense. The
4046
remaining sections that need checklists are
4147

@@ -50,10 +56,5 @@ Here are some things I'm actively working on:
5056
1. web analytics
5157
1. web application security
5258

53-
* Flesh out [JavaScript](../javascript.html),
54-
[Configuration Management](../configuration-management.html),
55-
[API Integration](../api-integration.html),
56-
and [Web Security](../web-application-security.html) sections.
57-
5859

5960
### That's what coming. What would you like to learn right now?

web-servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2>Web servers learning checklist</h2>
141141
Configure the web server to serve up static files such as CSS, JavaScript
142142
and images.</p>
143143
<p><i class="fa fa-check-square-o"></i>
144-
Once you set up the <a href="/wsgi-server.html">WSGI server</a> you'll need to configure
144+
Once you set up the <a href="/wsgi-servers.html">WSGI server</a> you'll need to configure
145145
the web server as a pass through for dynamic content.</p>
146146
<h3>What do you want to learn after the web server is set up?</h3>
147147
<div class="row">

0 commit comments

Comments
 (0)