Actions
Bug #8763
closedError in improve the docs webpage
Bug #8763:
Error in improve the docs webpage
Description
First of all apologies if this isn't the correct bug tracker for this, it was the most closely related one I could find, but please point me elsewhere if this isn't the correct place.
On this page:
http://ruby-doc.org/improve-the-docs/
It says:
git remote add --track master upstream git://github.com/ruby/ruby.git
This should be
git remote add --track trunk upstream git://github.com/ruby/ruby.git
(as ruby has no master)
I'm also perfectly willing to fix this myself, but couldn't find the repository for this site.
Actions