Skip to content

Commit 03ddbf1

Browse files
committed
changing deployment third option to go forward
1 parent 6d082a1 commit 03ddbf1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deployment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ <h3>How would you like to deploy your web app?</h3>
119119
</div>
120120
<div class="col-md-4">
121121
<div class="well select-next">
122-
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
122+
<a href="/operating-systems.html" class="btn btn-success btn-full"><i class="fa fa-linux fa-2x"></i></a>
123123
<p class="under-btn">
124-
I'm not yet ready to deploy. Show me web frameworks I should use to create an app.
124+
I have a server I can use. How do I set up the operating system?
125125
</p>
126126
</div>
127127
</div>

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-07-05T08:11:41Z</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-07-06T09:34:37Z</updated></feed>

source/content/pages/03-deployment/0301-deployment.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ choice1text: Show me options for bare metal, virtualized servers, and infrastruc
88
choice2url: /platform-as-a-service.html
99
choice2icon: fa-puzzle-piece fa-inverse
1010
choice2text: How do I use a platform-as-a-service to deploy my Python web app?
11-
choice3url: /web-frameworks.html
12-
choice3icon: fa-code fa-inverse
13-
choice3text: I'm not yet ready to deploy. Show me web frameworks I should use to create an app.
11+
choice3url: /operating-systems.html
12+
choice3icon: fa-linux
13+
choice3text: I have a server I can use. How do I set up the operating system?
1414
choice4url:
1515
choice4icon:
1616
choice4text:

0 commit comments

Comments
 (0)