]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-148788: Update Emscripten example post move to Platforms dir (GH-148761...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Apr 2026 02:36:44 +0000 (04:36 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 02:36:44 +0000 (02:36 +0000)
Update Emscripten example post move to Platforms dir.
(cherry picked from commit a00b24ec6832f0972823fb0a453a547113fbd55f)

Co-authored-by: Stan Ulbrych <stan@python.org>
Platforms/emscripten/web_example/index.html

index 9c89c9c0ed3bf5af740e9149d293277921ac5b8a..3a207b92015451b421ab4940045d7b4b2b727c6a 100644 (file)
@@ -663,9 +663,9 @@ code.interact(banner=banner, readfunc=_interrupt_aware_input, exitmsg='')
                 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 @@ code.interact(banner=banner, readfunc=_interrupt_aware_input, exitmsg='')
                 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>