Skip to content

Commit c5eb700

Browse files
committed
add a few fresh link to the intro page
1 parent 2453eee commit c5eb700

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

content/pages/01-introduction/00-introduction.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ You're knee deep in learning [Python](http://www.python.org/)
1212
programming. The syntax is starting to make sense. The first
1313
few "*ahh-ha*!" moments hit you as you learn conditional
1414
statements, `for` loops and classes while playing around with the open
15-
source libraries that make Python such an amazing programming ecosystem.
15+
source libraries that make Python such an
16+
[amazing programming ecosystem](/table-of-contents.html).
1617

1718
Now you want to take your
1819
[initial Python knowledge](/learning-programming.html)
19-
and make something real, like a web application to show
20-
off or sell as a service to customers. That's where
20+
and make something real, like a [web application](/web-development.html)
21+
to show off or sell as a service to customers. That's where
2122
[Full Stack Python](https://www.fullstackpython.com/table-of-contents.html)
2223
comes in. You've come to the right place to learn everything you
2324
need to know to [create](/web-development.html), [deploy](/deployment.html)

theme/templates/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ <h1 style="font-size:26px">Build, Deploy and Operate Python Applications</h1>
1919
few <em>ahh-ha!</em> moments hit you as you learn to use
2020
conditional statements, <code>for</code> loops and classes while
2121
coding with the open source libraries that make Python such an
22-
amazing programming ecosystem.</p>
22+
<a href="/table-of-contents.html">amazing programming ecosystem</a>.</p>
2323
<p>Now you want to take your
2424
<a href="/learning-programming.html">initial Python knowledge</a>
25-
and make something real, like a web application to show off to friends or
26-
sell as a service to customers. That's where
25+
and make something real, like a
26+
<a href="/web-development.html">web application</a> to show off to
27+
friends or sell as a service to customers. That's where
2728
<a href="https://www.fullstackpython.com/table-of-contents.html">Full Stack Python</a>
2829
comes in. You have come to the right place to learn everything you
2930
need to <a href="/web-development.html">create</a>,

0 commit comments

Comments
 (0)