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

@@ -5,7 +5,7 @@ const CLOSEBUTTON =
/**
* These error codes are used to identify the type of error that occurred.
* @see https://docs.pyscript.net/latest/reference/exceptions.html?highlight=errors
* @see https://pyscript.github.io/docs/latest/reference/exceptions.html?highlight=errors
*/
export const ErrorCode = {
GENERIC: "PY0000", // Use this only for development then change to a more specific error code