diff --git a/_episodes/03-sharing.md b/_episodes/03-sharing.md index 569d2cc9..32169740 100644 --- a/_episodes/03-sharing.md +++ b/_episodes/03-sharing.md @@ -92,8 +92,8 @@ $ git remote -v ~~~ {: .language-bash } ~~~ -origin https://github.com//hello-world (fetch) -origin https://github.com//hello-world (push) +origin git@github.com:/hello-world.git (fetch) +origin git@github.com:/hello-world.git (push) ~~~ {: .output}