Skip to content

Commit

Permalink
Update PDoc some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Apr 7, 2010
1 parent d11f317 commit f890b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -74,7 +74,7 @@ module PrototypeHelper
:index_page => 'README.markdown',
:syntax_highlighter => syntax_highlighter,
:markdown_parser => :bluecloth,
:repository_url => "http://github.com/sstephenson/prototype/tree/#{current_head}/",
:repository_url => "http://github.com/sstephenson/prototype/blob/#{current_head}/",
:pretty_urls => true,
:bust_cache => false
})
Expand Down Expand Up @@ -186,7 +186,7 @@ module PrototypeHelper
end

def self.current_head
`git show-ref --hash HEAD`.chomp
`git show-ref --hash HEAD`.chomp[0..6]
end
end

Expand Down
2 changes: 1 addition & 1 deletion vendor/pdoc
Submodule pdoc updated 1 files
+4 −1 lib/pdoc/runner.rb

0 comments on commit f890b3d

Please sign in to comment.