summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-04-22 19:02:17 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-04-22 19:02:17 +0900
commitae3f38dc533f2967214f826d3ed45f950f94a8e7 (patch)
tree602d7ffc8b9ae5cc42c54af07598a62bbb7e9766 /doc
parentf005ccc771574e8e4e17b7a35c19b352e0b7dc73 (diff)
CRuby trunk uses git instead of subversion now
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rdoc13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc
index b92dc7427e..1f560506d2 100644
--- a/doc/contributing.rdoc
+++ b/doc/contributing.rdoc
@@ -245,17 +245,12 @@ Status and maintainers of branches are listed on the
In order to help resolve existing issues and contributing patches to Ruby you
need to be able to run the test suite.
-CRuby uses subversion for source control, you can find installation
-instructions and lots of great info to learn subversion on the
-{svnbook.red-bean.com}[http://svnbook.red-bean.com/]. For other resources see
-the {ruby-core documentation on
+CRuby uses git for source control, the {git homepage}[https://git-scm.com/]
+has installation instructions with links to documentation for learning more
+about git. There is a mirror of the repository on {github}[https://github.com/ruby/ruby].
+. For other resources see the {ruby-core documentation on
ruby-lang.org}[https://www.ruby-lang.org/en/community/ruby-core/].
-This guide will use git for contributing. The {git
-homepage}[https://git-scm.com/] has installation instructions with links to
-documentation for learning more about git. There is a mirror of the subversion
-repository on {github}[https://github.com/ruby/ruby].
-
Install the prerequisite dependencies for building the CRuby interpreter to
run tests.