From 1d841fea57cf3748ed055d8d032886f61438defd Mon Sep 17 00:00:00 2001 From: Raunak Ramakrishnan Date: Wed, 8 Feb 2023 11:23:21 +0530 Subject: [PATCH] Update byterun link in README Changing byterun reference in README (english) to point to Allison Kaptur's original AOSA article. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615fb260..21a1a4d0 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ All kinds of contributions are welcome. + [cpython](https://github.com/python/cpython) -+ [byterun](http://qingyunha.github.io/taotao/) ++ [byterun](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html) + [emhash](https://github.com/ktprime/emhash)