Skip to content

Commit 9cb686e

Browse files
committed
Minor README link updates.
1 parent 1b1a727 commit 9cb686e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# pep750-examples
22

3-
This repository contains full implementations of the code examples described in [PEP 750: Template Strings](https://pep-previews--4062.org.readthedocs.build/pep-0750/). It also includes a suite of tests to make sure the examples are correct.
3+
This repository contains full implementations of the code examples described in [PEP 750: Template Strings](https://peps.python.org/pep-0750/). It also includes a suite of tests to make sure the examples are correct.
44

55
## Running This Code
66

7-
This repo has a [devcontainer](https://containers.dev) definition that makes it easy to run the examples. The devcontainer includes a [fork of cpython 3.14](https://github.com/lysnikolaou/cpython/tree/tstrings) that provides a prototype implementation of PEP 750.
7+
This repo has a [devcontainer](https://containers.dev) definition that makes it easy to run the examples. The devcontainer includes a [fork of cpython 3.14](https://github.com/davepeck/tagstr-cpython/tree/dave/ts-iter-fix) that provides a prototype implementation of PEP 750.
88

99
It's easy to run this code yourself:
1010

@@ -27,7 +27,7 @@ Congrats; you're good to go!
2727
2828
## A Word About the Code
2929

30-
This repository builds on top of the @lysnikolaou's [cpython fork implementing t-strings](https://github.com/lysnikolaou/cpython/tree/tstrings).
30+
This repository builds on top of the @lysnikolaou's [cpython fork implementing t-strings](https://github.com/davepeck/tagstr-cpython/tree/dave/ts-iter-fix).
3131

3232
It uses @koxudaxi's [dockerfiles](https://github.com/pauleveritt/tagstr-site/actions/workflows/docker.yml) that package up that fork.
3333

0 commit comments

Comments
 (0)