From 2b5dbd1f237a013defdaf0799e0a1a3cbd0b13cc Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:37:14 -0700 Subject: 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 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/ -- cgit v0.12