From 47d637c0d206167ab0c32c34708430e8a9cf2956 Mon Sep 17 00:00:00 2001 From: Sushanth012 Date: Fri, 10 Jul 2026 23:18:30 -0700 Subject: [PATCH] Fix Meta Crush Saga tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5906c7e..3fff49b1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 9: Functions](https://norasandler.com/2018/06/27/Write-a-Compiler-9.html) - [Part 10: Global Variables](https://norasandler.com/2019/02/18/Write-a-Compiler-10.html) - [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm) -- [Meta Crush Saga: a C++17 compile-time game](https://jguegant.github.io//jguegant.github.io/blogs/tech/meta-crush-saga.html) +- [Meta Crush Saga: a C++17 compile-time game](https://jguegant.github.io/blogs/tech/meta-crush-saga.html) - [High-Performance Matrix Multiplication](https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0) - Space Invaders from Scratch - [Part 1](http://nicktasios.nl/posts/space-invaders-from-scratch-part-1.html)