From 63ed46467a0c4644e6e585bc68f0bcc81a0b674d Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Wed, 17 Apr 2013 09:40:27 +0300 Subject: [PATCH] docco.css path has been moved For some reason, the '/linear' path was added and the old file is no longer accessible. Also, github.io to not have the 302. --- lib/rocco.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rocco.rb b/lib/rocco.rb index 92c2c23..6f1c9eb 100644 --- a/lib/rocco.rb +++ b/lib/rocco.rb @@ -90,7 +90,7 @@ def initialize(filename, sources=[], options={}) :language => 'ruby', :comment_chars => '#', :template_file => nil, - :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' + :stylesheet => 'http://jashkenas.github.io/docco/resources/linear/docco.css' }.merge(options) # If we detect a language