mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Doc: Fix broken link to emscripten networking website (#99531)
There was an extra `>` in the url.
This commit is contained in:
parent
c8c6113398
commit
ed206e39f0
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ DOM APIs as well as limited networking capabilities with JavaScript's
|
||||||
|
|
||||||
.. _WebAssembly: https://webassembly.org/
|
.. _WebAssembly: https://webassembly.org/
|
||||||
.. _Emscripten: https://emscripten.org/
|
.. _Emscripten: https://emscripten.org/
|
||||||
.. _Emscripten Networking: https://emscripten.org/docs/porting/networking.html>
|
.. _Emscripten Networking: https://emscripten.org/docs/porting/networking.html
|
||||||
.. _WASI: https://wasi.dev/
|
.. _WASI: https://wasi.dev/
|
||||||
.. _wasmtime: https://wasmtime.dev/
|
.. _wasmtime: https://wasmtime.dev/
|
||||||
.. _Pyodide: https://pyodide.org/
|
.. _Pyodide: https://pyodide.org/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue