use relative links

This commit is contained in:
Sami Samhuri 2010-12-06 07:42:59 -08:00
parent d0b191c6d6
commit c4ca3d3994
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ Author: sjs
<p><i>This post is part of a series on generating basic x86 Mach-O files
with Ruby. The
<a href="http://samisamhuri.blogspot.com/2010/01/generating-mach-o-binaries-working-with.html">
<a href="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>
@ -63,7 +63,7 @@ Mach header fire up a shell and type <tt>otool -h /bin/zsh</tt> (on a
Mac).</p>
<p>Using
<a href="http://samisamhuri.blogspot.com/2010/01/generating-mach-o-binaries-working-with.html">
<a href="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>

View file

@ -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.</p>
<p><i>Next in this series: <a
href="http://samisamhuri.blogspot.com/2010/01/basics-of-mach-o-file-format.html">Basics
href="basics-of-the-mach-o-file-format.html">Basics
of the Mach-O file format</a></i><p>