Skip to content

Commit eeed116

Browse files
committed
docs: update repository URLs in README
1 parent eaef21a commit eeed116

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
![Tiny Lua Compiler (TLC)](https://github.com/ByteXenon/TinyLua/assets/125568681/41cf5285-e31d-4b27-a8a8-ee83a7300f1f)
3+
![Tiny Lua Compiler (TLC)](https://github.com/bytexenon/Tiny-Lua-Compiler/assets/125568681/41cf5285-e31d-4b27-a8a8-ee83a7300f1f)
44

55
**A minimal, educational Lua 5.1 compiler written in pure Lua**
66

@@ -17,7 +17,7 @@ _Inspired by [Jamie Kyle's The Super Tiny Compiler](https://github.com/jamiebuil
1717
- **Speed**: While education is the priority, the tokenizer uses optimized lookups and the compiler is designed efficiently, making it quite fast for a compiler written in a high-level language.
1818
- **Tests**: Includes a comprehensive test suite with nearly 100% coverage, ensuring the compiler is as reliable as it is educational.
1919

20-
### [Want to jump into the code? Click here](https://github.com/bytexenon/The-Tiny-Lua-Compiler/blob/main/tlc.lua)
20+
### [Want to jump into the code? Click here](https://github.com/bytexenon/Tiny-Lua-Compiler/blob/main/tlc.lua)
2121

2222
---
2323

@@ -88,7 +88,7 @@ tlc.VirtualMachine.new(proto):execute()
8888

8989
### Okay so where do I begin?
9090

91-
Awesome! Head on over to the [tlc.lua](https://github.com/bytexenon/The-Tiny-Lua-Compiler/blob/main/tlc.lua) file.
91+
Awesome! Head on over to the [tlc.lua](https://github.com/bytexenon/Tiny-Lua-Compiler/blob/main/tlc.lua) file.
9292

9393
### What isn't covered? (Non-Goals)
9494

0 commit comments

Comments
 (0)