mirror of https://github.com/pyodide/pyodide.git
DOC fix broken link in quickstart (#1302)
This commit is contained in:
parent
c4a4f518bb
commit
529caac8ef
|
@ -14,7 +14,7 @@ You can also download a release from
|
||||||
[Github releases](https://github.com/iodide-project/pyodide/releases)
|
[Github releases](https://github.com/iodide-project/pyodide/releases)
|
||||||
(or build it yourself), include its contents in your distribution, and import
|
(or build it yourself), include its contents in your distribution, and import
|
||||||
the `pyodide.js` file there from a `<script>` tag. See the following section on
|
the `pyodide.js` file there from a `<script>` tag. See the following section on
|
||||||
[serving Pyodide files](#serving-pyodide-files) for more details.
|
{ref}`serving_pyodide_packages` for more details.
|
||||||
|
|
||||||
The `pyodide.js` file has a single `Promise` object which bootstraps the Python
|
The `pyodide.js` file has a single `Promise` object which bootstraps the Python
|
||||||
environment: `languagePluginLoader`. Since this must happen asynchronously, it
|
environment: `languagePluginLoader`. Since this must happen asynchronously, it
|
||||||
|
|
Loading…
Reference in New Issue