File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Platforms/emscripten/web_example Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments