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