mirror of https://github.com/python/cpython.git
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
|
@ -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…
Reference in New Issue