Skip to content

Commit 4f066b8

Browse files
committed
fixing some link issues on api integration page
1 parent b78aae3 commit 4f066b8

File tree

4 files changed

+20
-63
lines changed

4 files changed

+20
-63
lines changed

api-integration.html

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,41 +68,33 @@ <h2>API Integration Resources</h2>
6868
</li>
6969
</ul>
7070
<h3>What's next after integrating APIs into your app?</h3>
71-
<div class="row">
72-
<div class="col-md-3">
71+
<div class="row">
72+
<div class="col-md-4">
7373
<div class="well select-next">
74-
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
74+
<a href="/task-queues.html" class="btn btn-success btn-full"><i class="fa fa-tasks fa-2x"></i></a>
7575
<p class="under-btn">
76-
How do use logging with my app?
76+
How can I invoke APIs outside the HTTP request-response cycle?
7777
</p>
7878
</div>
7979
</div>
80-
<div class="col-md-3">
80+
<div class="col-md-4">
8181
<div class="well select-next">
82-
<a href="/web-analytics.html" class="btn btn-success btn-full"><i class="fa fa-tasks fa-2x"></i></a>
82+
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
8383
</a>
8484
<p class="under-btn">
85-
How do I call APIs outside the HTTP request-response cycle?
85+
How do I use logging with my app?
8686
</p>
8787
</div>
8888
</div>
89-
<div class="col-md-3">
89+
<div class="col-md-4">
9090
<div class="well select-next">
9191
<a href="/web-application-security.html" class="btn btn-success btn-full"><i class="fa fa-lock fa-inverse fa-2x"></i></a>
9292
<p class="under-btn">
9393
Where can I learn about web application security?
9494
</p>
9595
</div>
9696
</div>
97-
<div class="col-md-3">
98-
<div class="well select-next">
99-
<a href="/configuration-management.html" class="btn btn-success btn-full"><i class="fa fa-gears fa-inverse fa-2x"></i></a>
100-
<p class="under-btn">
101-
How do I automate the server configuration I've set up?
102-
</p>
103-
</div>
104-
</div>
105-
</div> <style type="text/css">
97+
</div> <style type="text/css">
10698
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
10799
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
108100
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

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-26T19:11:51Z</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-27T10:47:01Z</updated></feed>

source/content/pages/06-apis/0601-api-integration.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ title: API Integration
22
category: page
33
slug: api-integration
44
sort-order: 061
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
5+
choice1url: /task-queues.html
6+
choice1icon: fa-tasks
7+
choice1text: How can I invoke APIs outside the HTTP request-response cycle?
8+
choice2url: /logging.html
9+
choice2icon: fa-align-left fa-inverse
10+
choice2text: How do I use logging with my app?
11+
choice3url: /web-application-security.html
12+
choice3icon: fa-lock fa-inverse
13+
choice3text: Where can I learn about web application security?
1414
choice4url:
1515
choice4icon:
16-
choice4text:
16+
choice4text:
1717

1818

1919
# API Integration

source/theme/templates/chapters/api-integration.html

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)