Skip to content

Commit ed206e3

Browse files
authored
Doc: Fix broken link to emscripten networking website (python#99531)
There was an extra `>` in the url.
1 parent c8c6113 commit ed206e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ DOM APIs as well as limited networking capabilities with JavaScript's
114114

115115
.. _WebAssembly: https://webassembly.org/
116116
.. _Emscripten: https://emscripten.org/
117-
.. _Emscripten Networking: https://emscripten.org/docs/porting/networking.html>
117+
.. _Emscripten Networking: https://emscripten.org/docs/porting/networking.html
118118
.. _WASI: https://wasi.dev/
119119
.. _wasmtime: https://wasmtime.dev/
120120
.. _Pyodide: https://pyodide.org/

0 commit comments

Comments
 (0)