Skip to content

Commit 7b233c1

Browse files
[3.14] gh-148788: Update Emscripten example post move to Platforms dir (GH-148761) (#148789)
Update Emscripten example post move to Platforms dir. (cherry picked from commit a00b24e) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent f283ac4 commit 7b233c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Platforms/emscripten/web_example/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,9 @@ <h1>Simple REPL for Python WASM</h1>
663663
The simple REPL provides a limited Python experience in the
664664
browser.
665665
<a
666-
href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md"
666+
href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md"
667667
>
668-
Tools/wasm/README.md
668+
Platforms/emscripten/README.md
669669
</a>
670670
contains a list of known limitations and issues. Networking,
671671
subprocesses, and threading are not available.
@@ -679,9 +679,9 @@ <h1>Simple REPL for Python WASM</h1>
679679
your browser instead of using <code>server.py</code> as
680680
described in
681681
<a
682-
href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md#the-web-example"
682+
href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md#the-web-example"
683683
>
684-
Tools/wasm/README.md
684+
Platforms/emscripten/README.md
685685
</a>.
686686
</p>
687687
<p>

0 commit comments

Comments
 (0)