linked to blog from the footer and about page
[selectricity] / app / controllers / about_controller.rb
index 41386942a2eaa4570650ad2ee8f9456abdb358a7..b651273e7536e63544b68c2f7be4c324012839fe 100644 (file)
@@ -7,7 +7,8 @@ class AboutController < ApplicationController
     redirect_to :action => 'overview'
   end
 
-  def features
+  def blog
+    redirect_to "http://blog.selectricity.org"
   end
 
   private

Benjamin Mako Hill || Want to submit a patch?