Documentation: replace git protocol with https

git protocol will be retired by GitHub soon.
Replace it with supported https instead.
This commit is contained in:
Đoàn Trần Công Danh 2021-11-04 06:42:48 +07:00
parent bc9a32914a
commit ed2abbeaab
3 changed files with 4 additions and 4 deletions

View file

@ -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
<a id="help"></a>