From 69393a7fb858a7a3f64df1c8e967ed0a7f280ea2 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Wed, 19 Jan 2022 11:46:05 -0700 Subject: [PATCH] Fix sourcehut link --- content/blog/exploring-mach-o-part-2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/blog/exploring-mach-o-part-2.md b/content/blog/exploring-mach-o-part-2.md index 9a72060..704c277 100644 --- a/content/blog/exploring-mach-o-part-2.md +++ b/content/blog/exploring-mach-o-part-2.md @@ -22,7 +22,8 @@ this up and running. It's also particularly well suited to tasks like this[^1]. have a stable 1.0 release. While at this point the language itself is fairly stable, the standard library often has breaking changes. I'll do my best to keep the code in this article up-to-date, but be warned that it may not work by -the time you read it. You can find the full source code on [sourcehut](https://git.sr.ht/~gpanders/macho.zig). +the time you read it. You can find the full source code on +[sourcehut](https://git.sr.ht/~gpanders/macho). First things first, let's bootstrap an executable: -- 2.38.5