From 48c5158b46c28d45fbcad3cc84890cfed33de3f6 Mon Sep 17 00:00:00 2001 From: Peter W <34256109+pww217@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:09:48 -0600 Subject: [PATCH] Fix 404 in main README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5815eb0..fbad1cd9 100644 --- a/README.md +++ b/README.md @@ -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 [getting started tutorial](https://pyscript.github.io/docs/2023.11.1/beginning-pyscript/). For examples see [here](examples).