Skip to content

Commit 19c78b1

Browse files
committed
fixing typos found while putting together PDF version
1 parent 98d8e32 commit 19c78b1

8 files changed

+10
-10
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>About the Author</h1>
5151
<a href="http://radar.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html">post I wrote for O'Reilly Radar</a>.</p>
5252
<p>Typos, inaccurate statements or general areas for improvement can be handled
5353
through an issue ticket or pull request on
54-
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
54+
<a href="https://github.com/makaimc/fullstackpython.com/">GitHub</a>.</p>
5555
<h3>Where to now?</h3>
5656
<div class="row">
5757
<div class="col-md-4">

all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3905,7 +3905,7 @@ <h2>API integration learning checklist</h2>
39053905
</li>
39063906
<li>
39073907
<p>Before you start writing any code, play around with the API through the
3908-
commandline with <a href="http://curl.haxx.se/">curl</a> or in the browser with
3908+
commandline with <a href="http://curl.haxx.se/">cURL</a> or in the browser with
39093909
<a href="http://www.getpostman.com/">Postman</a>. This exercise will help you get
39103910
a better understanding of API authentication and the data required for
39113911
requests and responses.</p>
@@ -6922,7 +6922,7 @@ <h1>Future Directions</h1>
69226922
a step-by-step tutorial book for learning how to deploy Python web
69236923
applications.</p>
69246924
<p>Note that these plans can change based on
6925-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
6925+
<a href="https://github.com/makaimc/fullstackpython.com/pulls">pull requests</a>
69266926
from the community. I work to integrate PRs within a day or two so please
69276927
submit one when you see a fix or improvement that needs to be made!</p>
69286928
<h1>About the Author</h1>
@@ -6942,7 +6942,7 @@ <h1>About the Author</h1>
69426942
<a href="http://radar.oreilly.com/2014/05/driving-demand-for-full-stack-developers.html">post I wrote for O'Reilly Radar</a>.</p>
69436943
<p>Typos, inaccurate statements or general areas for improvement can be handled
69446944
through an issue ticket or pull request on
6945-
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
6945+
<a href="https://github.com/makaimc/fullstackpython.com/">GitHub</a>.</p>
69466946
</div>
69476947
<div class="col-md-offset-1 col-md-3" id="sidebar">
69486948
<div class="panel panel-success">

api-integration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API integration learning checklist</h2>
132132
</li>
133133
<li>
134134
<p>Before you start writing any code, play around with the API through the
135-
commandline with <a href="http://curl.haxx.se/">curl</a> or in the browser with
135+
commandline with <a href="http://curl.haxx.se/">cURL</a> or in the browser with
136136
<a href="http://www.getpostman.com/">Postman</a>. This exercise will help you get
137137
a better understanding of API authentication and the data required for
138138
requests and responses.</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-07-21T20:44:30Z</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-07-22T07:16:21Z</updated></feed>

future-directions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>Future Directions</h1>
4646
a step-by-step tutorial book for learning how to deploy Python web
4747
applications.</p>
4848
<p>Note that these plans can change based on
49-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
49+
<a href="https://github.com/makaimc/fullstackpython.com/pulls">pull requests</a>
5050
from the community. I work to integrate PRs within a day or two so please
5151
submit one when you see a fix or improvement that needs to be made!</p>
5252
<h3>That's what's coming soon. What do you want to learn now?</h3>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ across many implementation areas.
8686
use case for how your application could be improved by using that API.
8787

8888
1. Before you start writing any code, play around with the API through the
89-
commandline with [curl](http://curl.haxx.se/) or in the browser with
89+
commandline with [cURL](http://curl.haxx.se/) or in the browser with
9090
[Postman](http://www.getpostman.com/). This exercise will help you get
9191
a better understanding of API authentication and the data required for
9292
requests and responses.

source/content/pages/13-meta/03-future-directions.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a step-by-step tutorial book for learning how to deploy Python web
2020
applications.
2121

2222
Note that these plans can change based on
23-
[pull requests](https://github.com/makaimc/fullstackpython.github.com/pulls)
23+
[pull requests](https://github.com/makaimc/fullstackpython.com/pulls)
2424
from the community. I work to integrate PRs within a day or two so please
2525
submit one when you see a fix or improvement that needs to be made!
2626

source/content/pages/13-meta/04-about-author.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Read my thoughts on the "full stack" trend in a
2525

2626
Typos, inaccurate statements or general areas for improvement can be handled
2727
through an issue ticket or pull request on
28-
[GitHub](https://github.com/makaimc/fullstackpython.github.com/).
28+
[GitHub](https://github.com/makaimc/fullstackpython.com/).
2929

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy