https://github.com/python/cpython/commit/ed206e39f02e93cc53e485655d84aaed6b40e0e6 commit: ed206e39f02e93cc53e485655d84aaed6b40e0e6 branch: main author: Alexander Ryabov <73594+haron at users.noreply.github.com> committer: Mariatta <Mariatta at users.noreply.github.com> date: 2022年11月18日T10:57:04-08:00 summary: Doc: Fix broken link to emscripten networking website (#99531) There was an extra `>` in the url. files: M Doc/library/intro.rst diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst index 1020924038e9..5a4c9b8b16ab 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/