Skip to content

Commit fd6a66b

Browse files
authored
[docs] Update link to Pyodide (#23820)
iodide-project/pyodide is a redirect to pyodide/pyodide
1 parent 37a7db7 commit fd6a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/introducing_emscripten/about_emscripten.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toolchain to WebAssembly. Using Emscripten you can:
1212
- Compile the C/C++ **runtimes** of other languages into WebAssembly, and then
1313
run code in those other languages in an *indirect* way (for example, this has
1414
been done for
15-
`Python <https://github.com/iodide-project/pyodide>`_ and
15+
`Python <https://github.com/pyodide/pyodide>`_ and
1616
`Lua <https://daurnimator.github.io/lua.vm.js/lua.vm.js.html>`_).
1717

1818
Practically any **portable** C or C++ codebase can be compiled into WebAssembly

0 commit comments

Comments
 (0)