From 1476131ab4a62b44804fd58ed63ff99707560105 Mon Sep 17 00:00:00 2001 From: Madhur Tandon <20173739+madhur-tandon@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:03:34 +0530 Subject: [PATCH] update references (#1874) --- README.md | 4 ++-- pyscript.core/src/hooks.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e650ca97..18f400a4 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ To try PyScript, import the appropriate pyscript files into the `` tag of diff --git a/pyscript.core/src/hooks.js b/pyscript.core/src/hooks.js index 50bc2271..e058e217 100644 --- a/pyscript.core/src/hooks.js +++ b/pyscript.core/src/hooks.js @@ -50,7 +50,7 @@ const inputFailure = ` def input(prompt=""): raise Exception("\\n ".join([ "input() doesn't work when PyScript runs in the main thread.", - "Consider using the worker attribute: https://docs.pyscript.net/2023.11.1/user-guide/workers/" + "Consider using the worker attribute: https://docs.pyscript.net/2023.11.2/user-guide/workers/" ])) builtins.input = input