From 73301c774502c6f5f9aeb3bacd93cbf6c58c655b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jul 2026 17:00:00 +0200 Subject: Remove .github directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/nasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/nasm/README.md') diff --git a/crates/nasm/README.md b/crates/nasm/README.md index 750e795..f96e0bb 100644 --- a/crates/nasm/README.md +++ b/crates/nasm/README.md @@ -384,7 +384,7 @@ order for the assembler to be useful. Because of this, the tooling around this detection is behind the `-a/--asan` flag. The address sanitizer will blindly follow the naming conventions from -[style.nes](https://github.com/mssola/style.nes), and assume at first that each +[style.nes](https://git.mssola.com/nes/style.nes), and assume at first that each variable takes 1 byte exactly. Hence, in order to reserve one byte, you can simply: -- cgit v1.2.3