]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-148788: Update Emscripten example post move to Platforms dir (#148761) main
authorStan Ulbrych <stan@python.org>
Mon, 20 Apr 2026 02:17:50 +0000 (03:17 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 02:17:50 +0000 (10:17 +0800)
Update Emscripten example post move to Platforms dir.

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>