Skip to content

Commit 5ddb444

Browse files
committed
adding link to CI page
1 parent 472c262 commit 5ddb444

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

configuration-management.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ <h3>What's next after automating your app configuration?</h3>
150150
<div class="row">
151151
<div class="col-md-3">
152152
<div class="well select-next">
153-
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
153+
<a href="/continuous-integration.html" class="btn btn-success btn-full"><i class="fa fa-refresh fa-2x"></i></a>
154154
<p class="under-btn">
155-
How do I log events that happen in my app while it is running?
155+
How do I continuously integrate my project's codebase?
156156
</p>
157157
</div>
158158
</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-08-12T09:22:29Z</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-08-12T12:12:08Z</updated></feed>

source/content/pages/06-automation/0601-configuration-management.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ title: Configuration Management
22
category: page
33
slug: configuration-management
44
sort-order: 061
5-
choice1url: /logging.html
6-
choice1icon: fa-align-left fa-inverse
7-
choice1text: How do I log events that happen in my app while it is running?
5+
choice1url: /continuous-integration.html
6+
choice1icon: fa-refresh
7+
choice1text: How do I continuously integrate my project's codebase?
88
choice2url: /web-analytics.html
99
choice2icon: fa-dashboard
1010
choice2text: I want to learn more about the users of my app with web analytics.

0 commit comments

Comments
 (0)