From c4ca3d399414dce0eae0611068cd1d0a4a6b7dc9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 6 Dec 2010 07:42:59 -0800 Subject: [PATCH] use relative links --- basics-of-the-mach-o-file-format.html | 4 ++-- working-with-c-style-structs-in-ruby.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basics-of-the-mach-o-file-format.html b/basics-of-the-mach-o-file-format.html index ca5a61e..44b0b96 100644 --- a/basics-of-the-mach-o-file-format.html +++ b/basics-of-the-mach-o-file-format.html @@ -5,7 +5,7 @@ Author: sjs

This post is part of a series on generating basic x86 Mach-O files with Ruby. The - + first post introduced CStruct, a Ruby class used to serialize simple struct-like objects.

@@ -63,7 +63,7 @@ Mach header fire up a shell and type otool -h /bin/zsh (on a Mac).

Using - + CStruct we define the Mach header like so:

diff --git a/working-with-c-style-structs-in-ruby.html b/working-with-c-style-structs-in-ruby.html index 3d64976..483752e 100644 --- a/working-with-c-style-structs-in-ruby.html +++ b/working-with-c-style-structs-in-ruby.html @@ -68,5 +68,5 @@ but I decided to just go with what I have already so I can get on with the more interesting and fun tasks.

Next in this series: Basics +href="basics-of-the-mach-o-file-format.html">Basics of the Mach-O file format