summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-04-19 14:37:14 (GMT)
committerGitHub <noreply@github.com>2023-04-19 14:37:14 (GMT)
commit2b5dbd1f237a013defdaf0799e0a1a3cbd0b13cc (patch)
treeb47be591f9bd47e49d89bb071175a6e54f9961a2
parent5a81a24c8b0fdb835831ecb14b0201d0a06bb84e (diff)
downloadcpython-2b5dbd1f237a013defdaf0799e0a1a3cbd0b13cc.zip
cpython-2b5dbd1f237a013defdaf0799e0a1a3cbd0b13cc.tar.gz
cpython-2b5dbd1f237a013defdaf0799e0a1a3cbd0b13cc.tar.bz2
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>
-rw-r--r--Doc/library/intro.rst2
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/