Skip to content

Commit 646f879

Browse files
committed
Final updates prior to 3.14
1 parent af4877e commit 646f879

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

public/index.html

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,29 +101,26 @@ <h1 class="font-sans font-bold text-cloudbank text-3xl">
101101
<strong>Python 3.14</strong> that shipped in October 2025.
102102
</p>
103103
<p>
104-
You can
105-
<a href="/introduction.html">read a brief introduction</a>
106-
or, if you like,
107-
<a href="https://peps.python.org/pep-0750/" target="_blank"
108-
>read the PEP</a
109-
>. There's a
110-
<a href="https://github.com/davepeck/pep750-examples" target="_blank"
111-
>large examples repo</a
112-
>, an
104+
To get started,
105+
<a href="/introduction.html">read our brief introduction</a>.
106+
</p>
107+
<p>
108+
Want to go deeper? Read
113109
<a
114-
href="https://github.com/t-strings/awesome-t-strings"
110+
href="https://docs.python.org/3.14/library/string.templatelib.html"
115111
target="_blank"
116-
>awesome-t-strings</a
112+
>the official documentation</a
117113
>
118-
list, and a new
114+
and check out our
119115
<a
120-
href="https://github.com/orgs/t-strings/repositories"
116+
href="https://github.com/t-strings/awesome-t-strings"
121117
target="_blank"
122-
>GitHub org</a
123-
>.
118+
>awesome-t-strings</a
119+
>
120+
list.
124121
</p>
125122
<p>
126-
If you&rsquo;re working with HTML, check out the
123+
Working with HTML? Try the
127124
<a href="https://github.com/t-strings/tdom"
128125
><code class="">tdom</code> project</a
129126
>, which lets you use t-strings to generate HTML safely and easily.

0 commit comments

Comments
 (0)