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: