<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>web/brenda/videos.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ require File.dirname(__FILE__) + &quot;/lib/blog&quot;
 require 'spec/rake/spectask'
 load 'tasks/db.rake'
 
-task :default =&gt; [:spec, :generate, :patterns]
+task :default =&gt; [:spec, :generate, :patterns, &quot;test:links&quot;]
 
 Spec::Rake::SpecTask.new(:spec) do |t|
   t.spec_files = FileList['spec/**/*_spec.rb']
@@ -48,3 +48,28 @@ task :patterns do
     site.generate
   end
 end
+
+SITES = %w(blues_hero 
+   jeremy_and_karissa 
+   jeremy_and_karissa/brenda 
+   jeremy_and_karissa/challenge 
+   jeremy_and_karissa/exchange 
+   jeremy_and_karissa/wedding 
+   onemanswalk/bernardo_fresquez 
+   facilitation_patterns)
+
+desc &quot;test links&quot;
+task &quot;test:links&quot; do
+  links = ActionSite::LinkChecker.new
+  SITES.each do |path|
+    links.check(&quot;http://localhost/#{path}/&quot;)
+  end
+end
+
+desc &quot;test links&quot;
+task &quot;test:local_links&quot; do
+  links = ActionSite::LinkChecker.new(:local =&gt; true)
+  SITES.each do |path|
+    links.check(&quot;http://localhost/#{path}/&quot;)
+  end
+end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -11,5 +11,5 @@
   &lt;br/&gt;
   &lt;br/&gt;
   &lt;br/&gt;
-  &lt;a href=&quot;/register.html&quot; id=&quot;register_button&quot;&gt;REGISTER NOW!&lt;/a&gt;
+  &lt;a href=&quot;register.html&quot; id=&quot;register_button&quot;&gt;REGISTER NOW!&lt;/a&gt;
 &lt;/div&gt;</diff>
      <filename>web/blues_hero/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ Or &quot;see more photos&quot;:photos.html
 
 h2. Video
 
-&quot;Dance Videos&quot;:videos
+&quot;Dance Videos&quot;:videos.html
 
 h2. Past Events &amp; Workshops
 </diff>
      <filename>web/brenda/about_me.red</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ brenda: how do I work with events?
 
 Once you're ready to book me for an event, go ahead an e-mail me by clicking this link :
 
-p(buttons). &lt;%= button_to &quot;Book an Event&quot;, &quot;mailto:mailto:brenda@dancemode.com?subject=[BOOK+EVENT]&quot; %&gt;
+p(buttons). &lt;%= button_to &quot;Book an Event&quot;, &quot;mailto:brenda@dancemode.com?subject=[BOOK+EVENT]&quot; %&gt;
 
 h2. Availability
 </diff>
      <filename>web/brenda/events.red.erb</filename>
    </modified>
    <modified>
      <diff>@@ -16,4 +16,4 @@ h2. Schedule it!
 
 Once you've looked at my calendar, click the link below to schedule a private, please include your name, phone number, and dates and times that work for you.
 
-p(buttons). &lt;%= button_to &quot;Schedule a Private&quot;, &quot;mailto:mailto:brenda@dancemode.com?subject=[SCHEDULE+PRIVATE]&quot; %&gt;
\ No newline at end of file
+p(buttons). &lt;%= button_to &quot;Schedule a Private&quot;, &quot;mailto:brenda@dancemode.com?subject=[SCHEDULE+PRIVATE]&quot; %&gt;
\ No newline at end of file</diff>
      <filename>web/brenda/privates.red.erb</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ brenda: how do I work with workshops?
 
 Once you're ready to book me for a workshop, go ahead an e-mail me by clicking this link :
 
-p(buttons). &lt;%= button_to &quot;Book a Workshop&quot;, &quot;mailto:mailto:brenda@dancemode.com?subject=[BOOK+WORKSHOP]&quot; %&gt;
+p(buttons). &lt;%= button_to &quot;Book a Workshop&quot;, &quot;mailto:brenda@dancemode.com?subject=[BOOK+WORKSHOP]&quot; %&gt;
 
 h2. Availability
 </diff>
      <filename>web/brenda/workshops.red.erb</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
 	&lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://onemanswalk.com/work&quot;&gt;work&lt;/a&gt;&lt;/li&gt;
 	&lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://onemanswalk.com/life&quot;&gt;life&lt;/a&gt;&lt;/li&gt;
 	&lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://flickr.com/photos/onemanswalk/collections&quot;&gt;pictures&lt;/a&gt;&lt;/li&gt;
-	&lt;li class=&quot;page_item current_page_item&quot;&gt;&lt;a href=&quot;/&quot;&gt;facilitation patterns&lt;/a&gt;&lt;/li&gt;
+	&lt;li class=&quot;page_item current_page_item&quot;&gt;&lt;a href=&quot;.&quot;&gt;facilitation patterns&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
 </diff>
      <filename>web/facilitation_patterns/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
       &lt;%= content %&gt;
     &lt;/div&gt;
     &lt;div class=&quot;footer&quot;&gt;
-      &lt;%= link_to &quot;Contact Us&quot;, &quot;../wedding/contact_us&quot; %&gt;
+      &lt;%= link_to &quot;Contact Us&quot;, &quot;../wedding/contact_us.html&quot; %&gt;
     &lt;/div&gt;
   &lt;/div&gt;
 &lt;/body&gt;</diff>
      <filename>web/jklbx/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -51,7 +51,7 @@ def dj(link, hint = nil, name = link.to_s.titleize)
   text = name
   text += &quot; &lt;i&gt;(#{hint})&lt;/i&gt;&quot; if hint
   markaby do
-    li {link_to text, &quot;djs##{link}&quot;}
+    li {link_to text, &quot;djs.html##{link}&quot;}
   end
 end
 
@@ -62,12 +62,12 @@ div.schedule do
     headers
 
     tr do
-      td { link_to &quot;Neah Bay&quot;, &quot;/wedding/getting_there&quot;}
+      td { link_to &quot;Neah Bay&quot;, &quot;../wedding/getting_there.html&quot;}
       td &quot;6p-5a&quot;
       td &quot;free!&quot;
       td do
         div &quot;Jeremy and Karissa are getting married!&quot;
-        i {&quot;see wedding #{link_to &quot;schedule&quot;, &quot;/wedding/schedule&quot;} for more info&quot;}
+        i {&quot;see wedding #{link_to &quot;schedule&quot;, &quot;../wedding/schedule.html&quot;} for more info&quot;}
         h4 &quot;Reception DJs&quot;
         ul do
           dj :laura_curtis
@@ -77,7 +77,7 @@ div.schedule do
       end
     end
     tr do
-      td {link_to &quot;Dance Underground&quot;, &quot;venues#dance_underground&quot; }
+      td {link_to &quot;Dance Underground&quot;, &quot;venues.html#dance_underground&quot; }
       td &quot;8:30p-2a&quot;
       td &quot;$15&quot;
       td do 
@@ -104,7 +104,7 @@ div.schedule do
     headers
     
     tr do
-      td {link_to &quot;Dante's&quot;, &quot;venues#dantes&quot;}
+      td {link_to &quot;Dante's&quot;, &quot;venues.html#dantes&quot;}
       td &quot;2p-6p&quot;
       td &quot;free&quot;
       td do
@@ -119,11 +119,11 @@ div.schedule do
       end
     end
     tr do
-      td {link_to &quot;Mt Baker Community Club&quot;, &quot;venues#mt_baker&quot;}
+      td {link_to &quot;Mt Baker Community Club&quot;, &quot;venues.html#mt_baker&quot;}
       td &quot;8p-12a&quot;
       td &quot;$15&quot;
       td do
-        div {&quot;Swing dance w/ #{link_to &quot;The Solomon Douglas Swingtet&quot;, &quot;bands#solomon_douglas&quot;}&quot;}
+        div {&quot;Swing dance w/ #{link_to &quot;The Solomon Douglas Swingtet&quot;, &quot;bands.html#solomon_douglas&quot;}&quot;}
         i &quot;Solomon's AWESOME 10-piece band in a beautiful ballroom with a great floor.  Check it out, it's going to be great dancing and great music.&quot;
 
         h4 &quot;Band Breaks&quot;
@@ -133,11 +133,11 @@ div.schedule do
       end
     end
     tr do
-      td {link_to &quot;Washington Dance Club&quot;, &quot;venues#washington_dance_club&quot;}
+      td {link_to &quot;Washington Dance Club&quot;, &quot;venues.html#washington_dance_club&quot;}
       td {&quot;1a-5a&quot;}
       td &quot;$10&quot;
       td do
-        div {&quot;Late night Blues w/ #{link_to &quot;Kevin Buster's Lunch Money&quot;, &quot;bands#kevin_buster&quot;} followed by 2 rooms of blues. Food theme will be kids breakfast, so come straight here and help us eat bagels, cereal, and pop-tarts!&quot;}
+        div {&quot;Late night Blues w/ #{link_to &quot;Kevin Buster's Lunch Money&quot;, &quot;bands.html#kevin_buster&quot;} followed by 2 rooms of blues. Food theme will be kids breakfast, so come straight here and help us eat bagels, cereal, and pop-tarts!&quot;}
         
         h4 &quot;Soultry Blues&quot;
         ul do
@@ -166,7 +166,7 @@ div.schedule do
       td &quot;Catholic Mass for family and anyone that wants to join us&quot;
     end
     tr do
-      td {link_to &quot;Greenlake&quot;, &quot;venues#greenlake&quot;}
+      td {link_to &quot;Greenlake&quot;, &quot;venues.html#greenlake&quot;}
       td &quot;2p-6p&quot;
       td &quot;free&quot;
       td do
@@ -175,11 +175,11 @@ div.schedule do
       end
     end
     tr do
-      td {link_to &quot;Century Ballroom&quot;, &quot;venues#century&quot;}
+      td {link_to &quot;Century Ballroom&quot;, &quot;venues.html#century&quot;}
       td &quot;9:30p-12:30a&quot;
       td &quot;$15&quot;
       td do
-        div {&quot;Swing dance w/ #{link_to &quot;Mighty Aphrodite&quot;, &quot;bands#mighty_aphrodite&quot;} featuring #{link_to &quot;Rebecca Kilgore&quot;, &quot;bands#rebecca_kilgore&quot;}&quot;}
+        div {&quot;Swing dance w/ #{link_to &quot;Mighty Aphrodite&quot;, &quot;bands.html#mighty_aphrodite&quot;} featuring #{link_to &quot;Rebecca Kilgore&quot;, &quot;bands.html#rebecca_kilgore&quot;}&quot;}
         i &quot;that's right, a PHENOMENAL hot jazz &amp; swing band featuring a WORLD FAMOUS guitarist and vocalist.  Don't miss them!&quot;
         
         h4 &quot;Band Breaks&quot;
@@ -189,11 +189,11 @@ div.schedule do
       end
     end
     tr do
-      td {link_to &quot;Washington Dance Club&quot;, &quot;venues#washington_dance_club&quot;}
+      td {link_to &quot;Washington Dance Club&quot;, &quot;venues.html#washington_dance_club&quot;}
       td &quot;1a-5a&quot;
       td &quot;$10&quot;
       td do
-        div {&quot;Late night Blues w/ #{link_to &quot;Sean Hunting Morse&quot;, &quot;bands#sean_hunting_morse&quot;} followed by 2 more rooms of blues. The food theme for tonight will be picnic with fresh veggies, hummus, and sandwiches!&quot;}
+        div {&quot;Late night Blues w/ #{link_to &quot;Sean Hunting Morse&quot;, &quot;bands.html#sean_hunting_morse&quot;} followed by 2 more rooms of blues. The food theme for tonight will be picnic with fresh veggies, hummus, and sandwiches!&quot;}
 
         h4 &quot;Soultry Blues&quot;
         ul do</diff>
      <filename>web/jklbx/schedule.mab</filename>
    </modified>
    <modified>
      <diff>@@ -15,9 +15,9 @@ h2 &quot;Carpooling&quot;
 
 p {&quot;Take a look at #{link_to &quot;who's coming&quot;, &quot;http://spreadsheets.google.com/pub?key=pfc9Tou2f_2yjtjmkGsl-Og&quot;} from Seattle.&quot;}
 
-p {&quot;If &lt;b&gt;you're&lt;/b&gt; coming, please #{link_to &quot;let us know&quot;, &quot;/wedding/carpool&quot;} if you have space for anyone else or you need a ride.&quot;}
+p {&quot;If &lt;b&gt;you're&lt;/b&gt; coming, please #{link_to &quot;let us know&quot;, &quot;../wedding/carpool.html&quot;} if you have space for anyone else or you need a ride.&quot;}
 
-p {&quot;#{link_to &quot;Fred&quot;, &quot;contact_us&quot;} &amp; Lessa will be coordinating carpool rides from Seattle, once you've left your info, they'll match you up with a ride or ridee's.  You can also just give one of them a call.&quot;}
+p {&quot;#{link_to &quot;Fred&quot;, &quot;contact_us.html&quot;} &amp; Lessa will be coordinating carpool rides from Seattle, once you've left your info, they'll match you up with a ride or ridee's.  You can also just give one of them a call.&quot;}
 
 h2 &quot;Directions&quot;
 
@@ -27,4 +27,4 @@ div { link_to &quot;From the wedding to the reception&quot;, &quot;http://maps.google.com/maps?
 
 h2 &quot;Once you're here&quot;
 
-p {&quot;You'll need a &quot; + link_to(&quot;hotel&quot;, &quot;hotels&quot;)}
\ No newline at end of file
+p {&quot;You'll need a &quot; + link_to(&quot;hotel&quot;, &quot;hotels.html&quot;)}
\ No newline at end of file</diff>
      <filename>web/wedding/getting_there.mab</filename>
    </modified>
    <modified>
      <diff>@@ -6,11 +6,11 @@ h2. Hobuck Beach Resort
 
 &lt;img src=&quot;/jeremy_and_karissa/images/hobuck.jpg&quot; class=&quot;left&quot;/&gt;
 
-We've rented all of &quot;Hobuck Beach Resort's&quot;:http://hobuckbeachresort.com/ cabins in Neah Bay for the Friday night of our wedding.  At the incredible rate of $90 / cabin.  If you plan to stay in the cabins, please split this cost with your cabinmates and reimburse us once you're here.  If you need to have cabinspace on Thursday, please &quot;contact us&quot;:contact_us immediately, and we'll make sure we have enough cabins.  They are new units and very nice, complete w/ kitchenette.
+We've rented all of &quot;Hobuck Beach Resort's&quot;:http://hobuckbeachresort.com/ cabins in Neah Bay for the Friday night of our wedding.  At the incredible rate of $90 / cabin.  If you plan to stay in the cabins, please split this cost with your cabinmates and reimburse us once you're here.  If you need to have cabinspace on Thursday, please &quot;contact us&quot;:contact_us.html immediately, and we'll make sure we have enough cabins.  They are new units and very nice, complete w/ kitchenette.
 
 There are 21 cabins, 18 of which have bed space for 4 people, the other 3 have bed space for 6.  We are expecting a lot of people, so we may be asking you to share cabins with other family, and if you're willing, to bring and/or sleep on air mattresses or sleeping bags.
 
-If you need space in a cabin, you should be on this list : &quot;Cabin Sleeping Arrangements&quot;:http://tinyurl.com/2jgjrw.  If you're not, then talk to &quot;us&quot;:contact_us
+If you need space in a cabin, you should be on this list : &quot;Cabin Sleeping Arrangements&quot;:http://tinyurl.com/2jgjrw.  If you're not, then talk to &quot;us&quot;:contact_us.html
 
 In addition to the cabins, Hobuck Beach Resort also offers camping spaces for $15 and RV spaces for $25.
 
@@ -36,7 +36,7 @@ June is the beginning of the tourist season in Seattle.  On one hand that means
 
 If you'd like to know more about what Seattle has to offer, go check out the excellent &quot;http://visitseattle.org/&quot;:http://visitseattle.org/visitors/
 
-If you plan on visiting around Seattle and not actually staying _in_ Seattle, feel free to leave any stuff you don't need at our house.  Just talk to &quot;Jeremy&quot;:/wedding/contact_us
+If you plan on visiting around Seattle and not actually staying _in_ Seattle, feel free to leave any stuff you don't need at our house.  Just talk to &quot;Jeremy&quot;:contact_us.html
 
 h2. Holiday Inn Express
 
@@ -48,13 +48,11 @@ To make a reservation, call the Holiday Inn Express in Seattle at 206-674-6261,
 
 This hotel is 4 blocks away from Seattle's &quot;Space Needle&quot;:http://www.spaceneedle.com/ and &quot;Science Center&quot;:http://www.pacsci.org/.  And within Seattle's &quot;Ride Free&quot; zone.  This means you can catch buses within downtown for free to all the tourist attractions there.  Parking is $10 a day if you have a car.
 
-Fred set this up, so direct any questions to &quot;him&quot;:/wedding/contact_us
+Fred set this up, so direct any questions to &quot;him&quot;:contact_us.html
 
 h2. Seafair Inn
 
-&lt;img src = &quot;http://www.seafairinnseattle.com/templates/110/img/user/masked/SEAFAIRINNSEATTLE.COM.jpg&quot; class=&quot;left&quot;/&gt;
-
-The &quot;Seafair Inn&quot;:http://seafairinnseattle.com/ is a budget alternative to the Holiday Inn.  Through &quot;hotels.com&quot;:http://hotels.com you can get rooms there around $81 / night.
+The Seafair Inn is a budget alternative to the Holiday Inn.  Through &quot;hotels.com&quot;:http://hotels.com you can get rooms there around $81 / night.
 
 It's a motel, and is 7 miles north of downtown.  Rooms aren't as nice, but if you have a car and plan on driving around, it's within 15 minutes of downtown and all the action.  It's also right by our wonderful zoo, and pretty close to a couple of our favorite beaches in Seattle.
 </diff>
      <filename>web/wedding/hotels.red</filename>
    </modified>
    <modified>
      <diff>@@ -5,11 +5,11 @@ Our wedding will blend the traditional and the original, the sacred and the joyo
 
 Our wedding will be in Neah Bay, a 6 hour drive from the Seattle-Tacoma Airport. We have lodging options available for the wedding in Neah Bay, and for afterwards in Seattle.  
 
-Saturday and Sunday following the wedding, we are holding several dances and activities in Seattle. It is a beautiful city and is worth staying around to see. Many family members are planning on attending the &quot;dances&quot;:/exchange or sightseeing.
+Saturday and Sunday following the wedding, we are holding several dances and activities in Seattle. It is a beautiful city and is worth staying around to see. Many family members are planning on attending the &quot;dances&quot;:../exchange or sightseeing.
 
-Your presence at our wedding is more than enough of a present to us. (If you want to give us something more anyway, we will accept &quot;donations&quot;:/wedding/gifts for our honeymoon to Italy.) 
+Your presence at our wedding is more than enough of a present to us. (If you want to give us something more anyway, we will accept &quot;donations&quot;:gifts.html for our honeymoon to Italy.) 
 
-June is tourist season in Neah Bay, so reserving a room in town might be impossible as the date approaches. We will be reserving cabins, but we need to know you are coming for you to have space in them. As soon as you have an inkling of your attendance, &quot;let us know&quot;:/wedding/rsvp!
+June is tourist season in Neah Bay, so reserving a room in town might be impossible as the date approaches. We will be reserving cabins, but we need to know you are coming for you to have space in them. As soon as you have an inkling of your attendance, let us know!
 &lt;br/&gt;
 
 - Jeremy &amp; Karissa</diff>
      <filename>web/wedding/index.red</filename>
    </modified>
    <modified>
      <diff>@@ -23,20 +23,20 @@
       &lt;/div&gt;
       &lt;div class=&quot;sub_menu&quot;&gt;
         &lt;%= link_to &quot;Discussion&quot;, &quot;http://groups.google.com/group/jeremyandkarissa/topics&quot; %&gt;
-        &lt;%= link_to &quot;Questions&quot;, &quot;questions&quot; %&gt;
-        &lt;%= link_to &quot;Getting There&quot;, &quot;getting_there&quot; %&gt;
-        &lt;%= link_to &quot;Schedule&quot;, &quot;schedule&quot; %&gt;
-        &lt;%= link_to &quot;Proposal&quot;, &quot;proposal&quot; %&gt;
+        &lt;%= link_to &quot;Questions&quot;, &quot;questions.html&quot; %&gt;
+        &lt;%= link_to &quot;Getting There&quot;, &quot;getting_there.html&quot; %&gt;
+        &lt;%= link_to &quot;Schedule&quot;, &quot;schedule.html&quot; %&gt;
+        &lt;%= link_to &quot;Proposal&quot;, &quot;proposal.html&quot; %&gt;
         &lt;%= link_to &quot;Program&quot;, &quot;wedding_program.pdf&quot; %&gt;
-        &lt;%= link_to &quot;Vows&quot;, &quot;vows&quot; %&gt;
-        &lt;%= link_to &quot;Pictures&quot;, &quot;pictures&quot; %&gt;
+        &lt;%= link_to &quot;Vows&quot;, &quot;vows.html&quot; %&gt;
+        &lt;%= link_to &quot;Pictures&quot;, &quot;pictures.html&quot; %&gt;
       &lt;/div&gt;
     &lt;/div&gt;
     &lt;div id=&quot;content&quot;&gt;
       &lt;%= content %&gt;
     &lt;/div&gt;
     &lt;div class=&quot;footer&quot;&gt;
-      &lt;%= link_to &quot;Contact Us&quot;, &quot;../wedding/contact_us&quot; %&gt;
+      &lt;%= link_to &quot;Contact Us&quot;, &quot;../wedding/contact_us.html&quot; %&gt;
     &lt;/div&gt;
   &lt;/div&gt;
 &lt;/body&gt;</diff>
      <filename>web/wedding/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ you have questions, we have answers, if you need any more information, just &quot;ask
 
 *Q:* What do you guys want?
 
-*A:* We want you to come out.  If you want to give us something besides that, you can contribute to our &quot;Send Jeremy &amp; Karissa to Italy fund!&quot;:gifts
+*A:* We want you to come out.  If you want to give us something besides that, you can contribute to our &quot;Send Jeremy &amp; Karissa to Italy fund!&quot;:gifts.html
 
 ----
 </diff>
      <filename>web/wedding/questions.red</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ in Seattle
 
 &lt;/div&gt;
 
-We will be throwing a huge weekend long &quot;Lindy Exchange&quot;:questions#lindy_exchange in Seattle to celebrate.  You're all invited, for more details, see the &quot;exchange schedule&quot;:/exchange/schedule.
+We will be throwing a huge weekend long &quot;Lindy Exchange&quot;:questions.html#lindy_exchange in Seattle to celebrate.  You're all invited, for more details, see the &quot;exchange schedule&quot;:../exchange/schedule.html.
 
 This party over Saturday and Sunday will be complimentary to family members, so please come and celebrate with us.
 </diff>
      <filename>web/wedding/schedule.red</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>web/brenda/video.html.erb</filename>
    </removed>
    <removed>
      <filename>web/jklbx/schedule.html</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>993993e250998c6e0366b81cb022ed4da8040703</id>
    </parent>
  </parents>
  <author>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </author>
  <url>http://github.com/jeremylightsmith/blog/commit/ac8a93c64ab322b94ddb654448d2946572b9847f</url>
  <id>ac8a93c64ab322b94ddb654448d2946572b9847f</id>
  <committed-date>2008-11-18T22:28:41-08:00</committed-date>
  <authored-date>2008-11-18T22:28:41-08:00</authored-date>
  <message>fix links</message>
  <tree>fd61c933082c9ecda6f52af5b922fb75ee8d6c48</tree>
  <committer>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </committer>
</commit>
