diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2019-07-26 11:32:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-26 11:32:53 +0000 |
commit | 4a61b96b7824ee97de904498fcfac6df34dded27 (patch) | |
tree | 6703fbbc181d62a79af3e0d2881abf8f7a46eaac /docs/installconfigure/Configure_git_and_gerrit.rst | |
parent | 7e9581d1cab9604abdf0c3397877a100567bc33c (diff) | |
parent | efb2a589d524a253acd9caf84725211529d6aa3d (diff) |
Merge "fix image urls in docs"
Diffstat (limited to 'docs/installconfigure/Configure_git_and_gerrit.rst')
-rw-r--r-- | docs/installconfigure/Configure_git_and_gerrit.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installconfigure/Configure_git_and_gerrit.rst b/docs/installconfigure/Configure_git_and_gerrit.rst index c4598faf7b..76a4d75331 100644 --- a/docs/installconfigure/Configure_git_and_gerrit.rst +++ b/docs/installconfigure/Configure_git_and_gerrit.rst @@ -25,14 +25,14 @@ Enter your SSH public key (id_rsa) into gerrit: - Log in - Open the menu next to your name (under the green search button) -.. image:: images/Configure_git_1.png +.. image:: ../images/Configure_git_1.png - Select "Settings" - In the "Settings" sidebar, click "SSH Public Keys"` - Click "Add Key..." - Paste the entire contents of $HOME/.ssh/id_rsa.pub into the text area and click "Add". -.. image:: images/Configure_git_2.png +.. image:: ../images/Configure_git_2.png Install the git-review package. @@ -90,4 +90,4 @@ Verify that you have connectivity to gerrit through the proxy. Answer "yes" to ssh -p 29418 gerrit.onap.org -.. image:: images/Configure_git_3.png +.. image:: ../images/Configure_git_3.png |