From ae3f38dc533f2967214f826d3ed45f950f94a8e7 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 22 Apr 2019 19:02:17 +0900 Subject: CRuby trunk uses git instead of subversion now --- doc/contributing.rdoc | 13 ++++--------- 1 file 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. -- cgit v1.2.3