From ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 4 Nov 2021 06:42:48 +0700 Subject: [PATCH] Documentation: replace git protocol with https git protocol will be retired by GitHub soon. Replace it with supported https instead. --- CONTRIBUTING.md | 2 +- Manual.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b68c4c601c..da3bef29c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ To get started, [fork](https://help.github.com/articles/fork-a-repo) the void-li To keep your forked repository up to date, setup the `upstream` remote to pull in new changes: - $ git remote add upstream git://github.com/void-linux/void-packages.git + $ git remote add upstream https://github.com/void-linux/void-packages.git $ git pull --rebase upstream master ### Creating a new template diff --git a/Manual.md b/Manual.md index 0f268fa79e..5996e15028 100644 --- a/Manual.md +++ b/Manual.md @@ -2124,7 +2124,7 @@ a github pull request. To keep your forked repository always up to date, setup the `upstream` remote to pull in new changes: - $ git remote add upstream git://github.com/void-linux/void-packages.git + $ git remote add upstream https://github.com/void-linux/void-packages.git $ git pull --rebase upstream master diff --git a/README.md b/README.md index 40c85db251..7047a958b6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ methods. Clone the `void-packages` git repository and install the bootstrap packages: ``` -$ git clone git://github.com/void-linux/void-packages.git +$ git clone https://github.com/void-linux/void-packages.git $ cd void-packages $ ./xbps-src binary-bootstrap ``` @@ -441,7 +441,7 @@ try other [chroot methods](#chroot-methods). Clone the `void-packages` git repository: - $ git clone git://github.com/void-linux/void-packages + $ git clone https://github.com/void-linux/void-packages.git and `xbps-src` should be fully functional; just start the `bootstrap` process, i.e: