Skip to content

Commit

Permalink
update domain name
Browse files Browse the repository at this point in the history
Finally revisiting this old project!
  • Loading branch information
bates64 authored Mar 24, 2024
1 parent 8dedf13 commit afff265
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2020 by Alex Bates (https://imalex.xyz)
Copyright (C) 2024 by Alex Bates (https://bates64.com)

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [![VINE](banner.png)](https://vine.imalex.xyz)
# [![VINE](banner.png)](https://vine.bates64.com)

VINE is an in-browser ternary fantasy console where you write actual assembly language.

[![Screenshot](asm-screenshot.png)](https://vine.imalex.xyz)
[![Screenshot](asm-screenshot.png)](https://vine.bates64.com)

#### documentation

Expand Down
9 changes: 0 additions & 9 deletions now.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vine-console",
"description": "Voxel-based 9-trit fantasy console with its own assembly language",
"author": "Alex Bates (https://imalex.xyz)",
"author": "Alex Bates (https://bates64.com)",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cartridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.imalex.xyz/docs/
; Documentation: https://vine.bates64.com/docs/
;
; You're free to edit the code - your changes will be saved
; in the URL of your browser window. Bookmark the page if
Expand Down

0 comments on commit afff265

Please sign in to comment.