diff --git a/Documentation/cmd-cherry-pick.txt b/Documentation/cmd-cherry-pick.txt index 5068672063..0831d9d7a9 100644 --- a/Documentation/cmd-cherry-pick.txt +++ b/Documentation/cmd-cherry-pick.txt @@ -38,9 +38,9 @@ OBTAINING To obtain the 'gerrit-cherry-pick' script use scp, curl or wget to copy it to your local system: - $ scp -p -P 29418 gerrit.example.com:bin/gerrit-cherry-pick ~/bin/ + $ scp -p -P 29418 john.doe@review.example.com:bin/gerrit-cherry-pick ~/bin/ - $ curl http://gerrit.example.com/tools/bin/gerrit-cherry-pick + $ curl http://review.example.com/tools/bin/gerrit-cherry-pick GERRIT ------ diff --git a/Documentation/cmd-hook-commit-msg.txt b/Documentation/cmd-hook-commit-msg.txt index c773984c25..b21f5c0ea8 100644 --- a/Documentation/cmd-hook-commit-msg.txt +++ b/Documentation/cmd-hook-commit-msg.txt @@ -56,7 +56,7 @@ OBTAINING To obtain the 'commit-msg' script use scp, wget or curl to copy it to your local system: - $ scp -p -P 29418 review.example.com:hooks/commit-msg .git/hooks/ + $ scp -p -P 29418 john.doe@review.example.com:hooks/commit-msg .git/hooks/ $ curl http://review.example.com/tools/hooks/commit-msg diff --git a/Documentation/cmd-index.txt b/Documentation/cmd-index.txt index 79557d3266..8a6cb6d3bc 100644 --- a/Documentation/cmd-index.txt +++ b/Documentation/cmd-index.txt @@ -9,8 +9,8 @@ from Gerrit's daemon, and then executed on the client system. To download a client command or hook, use scp or an http client: - $ scp -p -P 29418 review.example.com:bin/gerrit-cherry-pick ~/bin/ - $ scp -p -P 29418 review.example.com:hooks/commit-msg .git/hooks/ + $ scp -p -P 29418 john.doe@review.example.com:bin/gerrit-cherry-pick ~/bin/ + $ scp -p -P 29418 john.doe@review.example.com:hooks/commit-msg .git/hooks/ $ curl http://review.example.com/tools/bin/gerrit-cherry-pick $ curl http://review.example.com/tools/hooks/commit-msg diff --git a/Documentation/user-changeid.txt b/Documentation/user-changeid.txt index a54f378e7a..1fa627c4da 100644 --- a/Documentation/user-changeid.txt +++ b/Documentation/user-changeid.txt @@ -48,7 +48,7 @@ can be installed in the local Git repository to automatically create and insert a unique Change-Id line during `git commit`. To install the hook, copy it from Gerrit's daemon: - $ scp -p -P 29418 review.example.com:hooks/commit-msg .git/hooks/ + $ scp -p -P 29418 john.doe@review.example.com:hooks/commit-msg .git/hooks/ $ curl http://review.example.com/tools/hooks/commit-msg