diff --git a/README.md b/README.md
index 152a2ec..d4b1c56 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,8 @@ Everything is open source, so you can read, understand and modify the whole syst
|Compiling and Running "Hello World"|Moving Lines Demo|
|---|---|
-[](https://insignificance.de/tridora/tdr-hello.mp4)|[](https://insignificance.de/tridora/tdr-lines.mp4) |
+|||
+
### Pictures
diff --git a/doc/tridoracpu.md b/doc/tridoracpu.md
index 65c98c7..118635a 100644
--- a/doc/tridoracpu.md
+++ b/doc/tridoracpu.md
@@ -624,7 +624,7 @@ Load variable and increment by 3, putting the new value on top of the stack, kee
the old value on the stack:
LOAD 4
- INC.S1.X2Y 3
+ INC 3
After this sequence, the stack contains the original value of the variable and the
incremented value.