diff --git a/man/git-fork.1 b/man/git-fork.1 index cb78cb0..b2ae55d 100644 --- a/man/git-fork.1 +++ b/man/git-fork.1 @@ -60,10 +60,10 @@ $ \.\. $ cd expect\.js && git remote \-v - origin git@github\.com:/expect\.js (fetch) - origin git@github\.com:/expect\.js (push) - upstream git@github\.com:LearnBoost/expect\.js (fetch) - upstream git@github\.com:LearnBoost/expect\.js (push) + origin https://github\.com//expect\.js (fetch) + origin https://github\.com//expect\.js (push) + upstream https://github\.com/LearnBoost/expect\.js (fetch) + upstream https://github\.com/LearnBoost/expect\.js (push) . .fi . diff --git a/man/git-fork.html b/man/git-fork.html index 69e36d4..4b1f1d3 100644 --- a/man/git-fork.html +++ b/man/git-fork.html @@ -106,15 +106,15 @@ $ cd expect.js && git remote -v - origin git@github.com:<user>/expect.js (fetch) - origin git@github.com:<user>/expect.js (push) - upstream git@github.com:LearnBoost/expect.js (fetch) - upstream git@github.com:LearnBoost/expect.js (push) + origin https://github.com/<user>/expect.js (fetch) + origin https://github.com/<user>/expect.js (push) + upstream https://github.com/LearnBoost/expect.js (fetch) + upstream https://github.com/LearnBoost/expect.js (push)

AUTHOR

-

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

+

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

REPORTING BUGS

diff --git a/man/git-fork.md b/man/git-fork.md index 4b9708b..8c0a63b 100644 --- a/man/git-fork.md +++ b/man/git-fork.md @@ -29,10 +29,10 @@ git-fork(1) -- Fork a repo on github $ cd expect.js && git remote -v - origin git@github.com:/expect.js (fetch) - origin git@github.com:/expect.js (push) - upstream git@github.com:LearnBoost/expect.js (fetch) - upstream git@github.com:LearnBoost/expect.js (push) + origin https://github.com//expect.js (fetch) + origin https://github.com//expect.js (push) + upstream https://github.com/LearnBoost/expect.js (fetch) + upstream https://github.com/LearnBoost/expect.js (push) ## AUTHOR