Skip to content

Commit 76b1dc7

Browse files
committed
removing link with annoying pop up when you land on the page
1 parent d17fc5c commit 76b1dc7

4 files changed

Lines changed: 1 addition & 12 deletions

File tree

all.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3883,10 +3883,6 @@ <h2>API Integration Resources</h2>
38833883
application when relying on third party services.</p>
38843884
</li>
38853885
<li>
3886-
<p><a href="http://migrateup.com/python-retry-patterns-for-http-apis/">API Retry Patterns</a>
3887-
shows you how to build resiliency into calls to web APIs.</p>
3888-
</li>
3889-
<li>
38903886
<p><a href="http://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html">Retries in Requests</a>
38913887
is a nice tutorial for easily re-executing failed HTTP requests with the
38923888
Requests library.</p>

api-integration.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ <h2>API Integration Resources</h2>
9292
application when relying on third party services.</p>
9393
</li>
9494
<li>
95-
<p><a href="http://migrateup.com/python-retry-patterns-for-http-apis/">API Retry Patterns</a>
96-
shows you how to build resiliency into calls to web APIs.</p>
97-
</li>
98-
<li>
9995
<p><a href="http://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html">Retries in Requests</a>
10096
is a nice tutorial for easily re-executing failed HTTP requests with the
10197
Requests library.</p>

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-08-06T17:28:40Z</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-08-08T08:38:56Z</updated></feed>

source/content/pages/06-web-apis/02-api-integration.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ across many implementation areas.
5555
is a funny high level overview of what you should do to protect your
5656
application when relying on third party services.
5757

58-
* [API Retry Patterns](http://migrateup.com/python-retry-patterns-for-http-apis/)
59-
shows you how to build resiliency into calls to web APIs.
60-
6158
* [Retries in Requests](http://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html)
6259
is a nice tutorial for easily re-executing failed HTTP requests with the
6360
Requests library.

0 commit comments

Comments
 (0)