update broken links (oops)

This commit is contained in:
Sami Samhuri 2011-06-23 17:43:24 -07:00
parent 0417f068b9
commit 97ab7c05f9
2 changed files with 3 additions and 3 deletions

View file

@ -69,5 +69,5 @@ but I decided to just go with what I have already so I can get on with the
more interesting and fun tasks.</p>
<p><i>Next in this series: <a
href="basics-of-the-mach-o-file-format.html">Basics
href="2010-01-18_basics-of-the-mach-o-file-format.html">Basics
of the Mach-O file format</a></i><p>

View file

@ -6,7 +6,7 @@ Tags: mach-o, os x, compiler
<p><i>This post is part of a series on generating basic x86 Mach-O files
with Ruby. The
<a href="working-with-c-style-structs-in-ruby.html">
<a href="2010-01-17_working-with-c-style-structs-in-ruby.html">
first post</a> introduced CStruct, a Ruby class used to serialize
simple struct-like objects.</i></p>
@ -64,7 +64,7 @@ Mach header fire up a shell and type <tt>otool -h /bin/zsh</tt> (on a
Mac).</p>
<p>Using
<a href="working-with-c-style-structs-in-ruby.html">
<a href="2010-01-17_working-with-c-style-structs-in-ruby.html">
CStruct</a> we define the Mach header like so:</p>
<script src="http://gist.github.com/280635.js"></script>