mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Use https: instead of http:, git: [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
19d71d8e37
commit
828f4bf448
1 changed files with 6 additions and 6 deletions
|
@ -53,10 +53,10 @@ on your ticket.
|
||||||
|
|
||||||
You can report downstream issues for the following distributions via their bug tracker:
|
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]
|
* {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]
|
* {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)
|
* etc (add your distribution bug tracker here)
|
||||||
|
|
||||||
=== Platform Maintainers
|
=== Platform Maintainers
|
||||||
|
@ -254,7 +254,7 @@ the {ruby-core documentation on
|
||||||
ruby-lang.org}[https://www.ruby-lang.org/en/community/ruby-core/].
|
ruby-lang.org}[https://www.ruby-lang.org/en/community/ruby-core/].
|
||||||
|
|
||||||
This guide will use git for contributing. The {git
|
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
|
documentation for learning more about git. There is a mirror of the subversion
|
||||||
repository on {github}[https://github.com/ruby/ruby].
|
repository on {github}[https://github.com/ruby/ruby].
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@ To improve the chance your patch will be accepted please follow these simple rul
|
||||||
|
|
||||||
First thing you should do is check out the code if you haven't already:
|
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:
|
Now create a dedicated branch:
|
||||||
|
|
||||||
|
@ -454,7 +454,7 @@ Since git is a distributed system, you are welcome to host your git repository
|
||||||
on any {publicly accessible hosting
|
on any {publicly accessible hosting
|
||||||
site}[https://git.wiki.kernel.org/index.php/GitHosting], including {hosting your
|
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]
|
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
|
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.
|
formatting pull request messages to redmine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue