Skip to content

Commit ffa17e6

Browse files
committed
updating TQ links to Python landing page
1 parent c3a8867 commit ffa17e6

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

content/pages/01-introduction/01-learning-programming.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mentors to learn what he or she can improve on in their programs.
5959

6060
Another way to learn that combines the project-based learning with defined
6161
objectives is to play a computer game that will guide you through the
62-
learning process. For example, [TwilioQuest](https://www.twilio.com/quest)
62+
learning process. For example, [TwilioQuest](https://www.twilio.com/quest/learn/python)
6363
teaches the basics of Python in one of its missions and then has a
6464
ton of free content for studying intermediate and advanced topics.
6565

content/pages/01-introduction/08-best-python-resources.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ If you're learning your first programming language these books were written
2222
with you in mind. Developers learning Python as a second or later language
2323
should skip down to the next section for "experienced developers".
2424

25-
* [TwilioQuest](https://www.twilio.com/quest) is an free and incredible 16-bit
26-
adventure game that teaches programming in the Python basics mission. It's
27-
an absolutely way to stay engaged with the core concepts that can often
28-
be otherwise dry to learn. There are also more advanced missions to learn
29-
about [web APIs](/application-programming-interfaces.html), and new
25+
* [TwilioQuest](https://www.twilio.com/quest/learn/python) is an free and
26+
incredible 16-bit adventure game that teaches programming in the Python
27+
basics mission. It's an absolutely way to stay engaged with the core
28+
concepts that can often be otherwise dry to learn. There are also more
29+
advanced missions to learn about
30+
[web APIs](/application-programming-interfaces.html), and new
3031
learning missions are added regularly on new programming topics.
3132

3233
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)

theme/templates/sponsor/twilioquest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div class="pnh"><h3><a href="https://www.twilio.com/quest">Learn More Python</a></h3></div>
33
<div class="pnb">
44
<a href="https://www.twilio.com/quest"><img src="/img/logos/tq-sm.jpg" alt="TwilioQuest logo." width="100%" class="shot"></a>
5-
<p class="sps" style="margin:6px 0 6px">Learn more Python in the awesome <a href="https://www.twilio.com/quest">free TwilioQuest 16-bit adventure game</a>.</p>
5+
<p class="sps" style="margin:6px 0 6px">Learn more Python in the awesome <a href="https://www.twilio.com/quest/learn/python">free TwilioQuest 16-bit adventure game</a>.</p>
66
</div>
77
</div>

0 commit comments

Comments
 (0)