ruby-changes:51590
From: kazu <ko1@a...>
Date: Sat, 30 Jun 2018 17:11:22 +0900 (JST)
Subject: [ruby-changes:51590] kazu:r63801 (trunk): [DOC] Use https: instead of http:, git: [ci skip]
kazu 2018-06-30 17:11:16 +0900 (Sat, 30 Jun 2018) New Revision: 63801 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63801 Log: [DOC] Use https: instead of http:, git: [ci skip] Modified files: trunk/doc/contributing.rdoc Index: doc/contributing.rdoc =================================================================== --- doc/contributing.rdoc (revision 63800) +++ doc/contributing.rdoc (revision 63801) @@ -53,10 +53,10 @@ on your ticket. https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L53 You can report downstream issues for the following distributions via their bug tracker: -* {debian}[http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=ruby-defaults] +* {debian}[https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=ruby-defaults] * {freebsd}[http://www.freebsd.org/cgi/query-pr-summary.cgi?text=ruby] * {redhat}[https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=MODIFIED] -* {macports}[http://trac.macports.org/query?status=assigned&status=new&status=reopened&port=~ruby] +* {macports}[https://trac.macports.org/query?status=assigned&status=new&status=reopened&port=~ruby] * etc (add your distribution bug tracker here) === Platform Maintainers @@ -254,7 +254,7 @@ the {ruby-core documentation on https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L254 ruby-lang.org}[https://www.ruby-lang.org/en/community/ruby-core/]. This guide will use git for contributing. The {git -homepage}[http://git-scm.com/] has installation instructions with links to +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]. @@ -358,7 +358,7 @@ To improve the chance your patch will be https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L358 First thing you should do is check out the code if you haven't already: - git clone git://github.com/ruby/ruby.git ruby-trunk + git clone https://github.com/ruby/ruby.git ruby-trunk Now create a dedicated branch: @@ -454,7 +454,7 @@ Since git is a distributed system, you a https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L454 on any {publicly accessible hosting site}[https://git.wiki.kernel.org/index.php/GitHosting], including {hosting your own}[https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#public-repositories] -You may use the {'git format-patch'}[http://git-scm.com/docs/git-format-patch] +You may use the {'git format-patch'}[https://git-scm.com/docs/git-format-patch] command to generate patch files to upload to redmine. You may also use -the {'git request-pull'}[http://git-scm.com/docs/git-request-pull] command for +the {'git request-pull'}[https://git-scm.com/docs/git-request-pull] command for formatting pull request messages to redmine. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/