Fix README.md broken link and update for GH pages docs (#1881)

This commit is contained in:
Peter W
2023-12-01 13:17:00 -06:00
committed by GitHub
parent 539bc2ae0e
commit a82e8334d6

View File

@@ -6,7 +6,7 @@
PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of [Pyodide](https://pyodide.org/en/stable/), [MicroPython](https://micropython.org/) and [WASM](https://webassembly.org/), and modern web technologies.
To get started see the [getting started tutorial](docs/tutorials/getting-started.md).
To get started see the [Beginning PyScript tutorial](https://pyscript.github.io/docs/latest/beginning-pyscript/).
For examples see [here](examples).