Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
✏️ Fix Broken Links
Browse files Browse the repository at this point in the history
  • Loading branch information
JumperBot committed Nov 23, 2022
1 parent aa4474d commit 74bfd64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[![Banner.png](./ShortenedBanner.png)](./ShortenedBanner.png)

[![UFBDesc.apng](UFBDesc.apng)](UFBDesc.apng)
[![UFBDesc.apng](./UFBDesc.apng)](./UFBDesc.apng)
---

> Unsafe Four Bit / UFB / Unsafe-4-Bit is a fast-paced, compiled-interpreted, dynamically-typed, imperative-procedural programming language built on top of the Java programming language.
Expand All @@ -18,7 +18,7 @@

UFB reminds you of its ***lower-level counterparts*** as you manage your ***"RAM"***.

The [256 bytes of memory](./test/README.md#memory) is divided into two parts: ROM and non-ROM.
The [256 bytes of memory](https://github.com/JumperBot/Unsafe-4-Bit/wiki/Z-Others#Memory) is divided into two parts: ROM and non-ROM.

This ***"freedom"*** lets you ***"shoot yourself in the foot"***.

Expand Down Expand Up @@ -78,9 +78,9 @@ Try *redesigining* this README!

# :technologist: Tutorial :monocle_face:

Write your first program full of [commands](./test/README.md#default-16), warnings and errors...
Write your first program full of [commands](https://github.com/JumperBot/Unsafe-4-Bit/wiki/Z-Others#default-16), warnings and errors...

and [compile](./src/README.md#UFBC) and [run](./src/README.md#UFB) the program!
and [compile](https://github.com/JumperBot/Unsafe-4-Bit/wiki/The-Compiler) and [run](https://github.com/JumperBot/Unsafe-4-Bit/wiki/The-Interpreter) the program!

</div>

Expand Down

0 comments on commit 74bfd64

Please sign in to comment.