fix more docs urls (#1882)

This commit is contained in:
Peter W
2023-12-01 14:15:31 -06:00
committed by GitHub
parent a82e8334d6
commit 06e1fdecc2
5 changed files with 8 additions and 8 deletions

View File

@@ -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.2/user-guide/workers/"
"Consider using the worker attribute: https://pyscript.github.io/docs/2023.11.2/user-guide/workers/"
]))
builtins.input = input