diff --git a/Rakefile b/Rakefile index d66430f91..de3867bc4 100755 --- a/Rakefile +++ b/Rakefile @@ -74,7 +74,9 @@ module PrototypeHelper :index_page => 'README.markdown', :syntax_highlighter => syntax_highlighter, :markdown_parser => :bluecloth, - :repository_url => "http://github.com/sstephenson/prototype/blob/#{current_head}/", + :src_code_href => proc { |file, line| + "http://github.com/sstephenson/prototype/blob/#{current_head}/#{file}#LID#{line}" + }, :pretty_urls => true, :bust_cache => false, :name => 'Prototype JavaScript Framework', diff --git a/vendor/pdoc b/vendor/pdoc index d1a6ef090..4d1ab30b8 160000 --- a/vendor/pdoc +++ b/vendor/pdoc @@ -1 +1 @@ -Subproject commit d1a6ef090bc3d644e427b64fae15ee28eeb0a6a9 +Subproject commit 4d1ab30b80056d562991e02d17fc32f2ecf78983