From 3b5fde28b0d153e1c4b93fa38091fc5f7ab1063f Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sun, 24 Mar 2024 10:52:01 +0000 Subject: [PATCH] update docs link --- src/core/Cartridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Cartridge.ts b/src/core/Cartridge.ts index 8583f1f..42db4b6 100644 --- a/src/core/Cartridge.ts +++ b/src/core/Cartridge.ts @@ -18,7 +18,7 @@ export const examples: Cartridge[] = [ ; You can also see the assembled object code by opening ; the JavaScript console (Ctrl+Shift+J). ; - ; Documentation: https://vine.bates64.com/docs/ + ; Documentation: https://github.com/bates64/vine/blob/master/docs/README.md ; ; You're free to edit the code - your changes will be saved ; in the URL of your browser window. Bookmark the page if