Skip to content

Commit 86e53ca

Browse files
committed
adding link to final cyoa blog post
1 parent 011c23a commit 86e53ca

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

all.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,8 +1702,9 @@ <h2>Flask resources</h2>
17021702
Follow up that tutorial by
17031703
<a href="https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html">building an admin interface in part 1</a>,
17041704
<a href="https://www.twilio.com/blog/2015/05/choose-your-own-adventure-presentations-wizard-mode-part-2-of-3.html">part 2</a>
1705-
and part 3 (coming soon) that'll show you how to use forms and SQLAlchemy.
1706-
There is also a companion open source
1705+
and <a href="https://www.twilio.com/blog/2015/07/choose-your-own-adventure-presentations-flask-reveal-js-websockets.html">part 3</a>
1706+
that'll show you how to use forms and SQLAlchemy. There is also a
1707+
companion open source
17071708
<a href="https://github.com/makaimc/choose-your-own-adventure-presentations">GitHub repository</a>
17081709
for the app with
17091710
<a href="https://github.com/makaimc/choose-your-own-adventure-presentations/releases">tags for each step</a>

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-06T07:27:27Z</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-06T13:33:28Z</updated></feed>

flask.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ <h2>Flask resources</h2>
105105
Follow up that tutorial by
106106
<a href="https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html">building an admin interface in part 1</a>,
107107
<a href="https://www.twilio.com/blog/2015/05/choose-your-own-adventure-presentations-wizard-mode-part-2-of-3.html">part 2</a>
108-
and part 3 (coming soon) that'll show you how to use forms and SQLAlchemy.
109-
There is also a companion open source
108+
and <a href="https://www.twilio.com/blog/2015/07/choose-your-own-adventure-presentations-flask-reveal-js-websockets.html">part 3</a>
109+
that'll show you how to use forms and SQLAlchemy. There is also a
110+
companion open source
110111
<a href="https://github.com/makaimc/choose-your-own-adventure-presentations">GitHub repository</a>
111112
for the app with
112113
<a href="https://github.com/makaimc/choose-your-own-adventure-presentations/releases">tags for each step</a>

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ how to <a href="/deployment.html">deploy web applications</a>.
7777
Follow up that tutorial by
7878
[building an admin interface in part 1](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html),
7979
[part 2](https://www.twilio.com/blog/2015/05/choose-your-own-adventure-presentations-wizard-mode-part-2-of-3.html)
80-
and part 3 (coming soon) that'll show you how to use forms and SQLAlchemy.
81-
There is also a companion open source
80+
and [part 3](https://www.twilio.com/blog/2015/07/choose-your-own-adventure-presentations-flask-reveal-js-websockets.html)
81+
that'll show you how to use forms and SQLAlchemy. There is also a
82+
companion open source
8283
[GitHub repository](https://github.com/makaimc/choose-your-own-adventure-presentations)
8384
for the app with
8485
[tags for each step](https://github.com/makaimc/choose-your-own-adventure-presentations/releases)

0 commit comments

Comments
 (0)