Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https: instead of git: #778

Merged
merged 1 commit into from
May 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Kenshi Muto <kmuto@debian.org>
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
Expand Down
2 changes: 1 addition & 1 deletion doc/quickstart.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 にパスを通すようにしておいてください。
Expand Down
2 changes: 1 addition & 1 deletion doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down