Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
docco.css path has been moved
Browse files Browse the repository at this point in the history
For some reason, the '/linear' path was added and the old file is no longer accessible.  Also, github.io to not have the 302.
  • Loading branch information
schacon committed Apr 17, 2013
1 parent 727c510 commit 63ed464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rocco.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63ed464

Please sign in to comment.