From 9ed3e901b3f7fe9165b0f281788a06dcc71f515f Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 1 May 2017 10:39:49 +0900 Subject: [PATCH] Use https: instead of git: --- debian/control | 2 +- doc/quickstart.ja.md | 2 +- doc/quickstart.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 1080ae6d4..899a74ab1 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Kenshi Muto Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~) Standards-Version: 3.9.1 Homepage: http://github.com/kmuto/review -Vcs-Git: git://github.com/kmuto/review.git +Vcs-Git: https://github.com/kmuto/review.git Package: review Architecture: all diff --git a/doc/quickstart.ja.md b/doc/quickstart.ja.md index db57f2cb4..99c7b783d 100644 --- a/doc/quickstart.ja.md +++ b/doc/quickstart.ja.md @@ -47,7 +47,7 @@ Re:VIEW は GitHub で開発されており、バージョン管理ツールの 初めて取得するときには、次のようにします (コピーを作っています)。 ```bash -$ git clone git://github.com/kmuto/review.git +$ git clone https://github.com/kmuto/review.git ``` review というディレクトリに展開されるので、review/bin にパスを通すようにしておいてください。 diff --git a/doc/quickstart.md b/doc/quickstart.md index 1b4342a33..cff4fecd0 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -46,7 +46,7 @@ $ gem install review You can get latest Re:VIEW sources from GitHub. ```bash -$ git clone git://github.com/kmuto/review.git +$ git clone https://github.com/kmuto/review.git ``` You can use Re:VIEW to add `review/bin` directory to `$PATH` variable.