https://github.com/python/cpython/commit/a00b24ec6832f0972823fb0a453a547113fbd55f
commit: a00b24ec6832f0972823fb0a453a547113fbd55f
branch: main
author: Stan Ulbrych <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-04-20T10:17:50+08:00
summary:

gh-148788: Update Emscripten example post move to Platforms dir (#148761)

Update Emscripten example post move to Platforms dir.

files:
M Platforms/emscripten/web_example/index.html

diff --git a/Platforms/emscripten/web_example/index.html 
b/Platforms/emscripten/web_example/index.html
index 9c89c9c0ed3bf5..3a207b92015451 100644
--- a/Platforms/emscripten/web_example/index.html
+++ b/Platforms/emscripten/web_example/index.html
@@ -663,9 +663,9 @@ <h1>Simple REPL for Python WASM</h1>
                 The simple REPL provides a limited Python experience in the
                 browser.
                 <a
-                    
href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md";
+                    
href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md";
                 >
-                    Tools/wasm/README.md
+                    Platforms/emscripten/README.md
                 </a>
                 contains a list of known limitations and issues. Networking,
                 subprocesses, and threading are not available.
@@ -679,9 +679,9 @@ <h1>Simple REPL for Python WASM</h1>
                 your browser instead of using <code>server.py</code> as
                 described in
                 <a
-                    
href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md#the-web-example";
+                    
href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md#the-web-example";
                 >
-                    Tools/wasm/README.md
+                    Platforms/emscripten/README.md
                 </a>.
             </p>
             <p>

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to