Skip to content

Commit a00b24e

Browse files
gh-148788: Update Emscripten example post move to Platforms dir (#148761)
Update Emscripten example post move to Platforms dir.
1 parent e50acef commit a00b24e

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)