diff options
author | Alexander Ryabov <73594+haron@users.noreply.github.com> | 2022-11-18 18:57:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 18:57:04 (GMT) |
commit | ed206e39f02e93cc53e485655d84aaed6b40e0e6 (patch) | |
tree | 3c14c345a6c1aa40698306029798289e37a8c1ed | |
parent | c8c6113398ee9a7867fe9b08bc539cceb61e2aaa (diff) | |
download | cpython-ed206e39f02e93cc53e485655d84aaed6b40e0e6.zip cpython-ed206e39f02e93cc53e485655d84aaed6b40e0e6.tar.gz cpython-ed206e39f02e93cc53e485655d84aaed6b40e0e6.tar.bz2 |
Doc: Fix broken link to emscripten networking website (#99531)
There was an extra `>` in the url.
-rw-r--r-- | Doc/library/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst index 1020924..5a4c9b8 100644 --- a/Doc/library/intro.rst +++ b/Doc/library/intro.rst @@ -114,7 +114,7 @@ DOM APIs as well as limited networking capabilities with JavaScript's .. _WebAssembly: https://webassembly.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/ .. _wasmtime: https://wasmtime.dev/ .. _Pyodide: https://pyodide.org/ |