Skip to content

Commit

Permalink
Doc: Fix broken link to emscripten networking website (python#99531)
Browse files Browse the repository at this point in the history
There was an extra `>` in the url.
  • Loading branch information
haron authored Nov 18, 2022
1 parent c8c6113 commit ed206e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ed206e3

Please sign in to comment.