From ec4c2ffe1a986aaa13b8e6c79710811c6141c81f Mon Sep 17 00:00:00 2001 From: Alexander Ryabov <73594+haron@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:57:04 +0300 Subject: [PATCH] Doc: Fix broken link to emscripten networking website (GH-99531) There was an extra `>` in the url. (cherry picked from commit ed206e39f02e93cc53e485655d84aaed6b40e0e6) Co-authored-by: Alexander Ryabov <73594+haron@users.noreply.github.com> --- Doc/library/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst index 1020924038e91f..5a4c9b8b16ab3b 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/