From 0071abf63a9eb9cb1c1bfbc183589fb1647cfb72 Mon Sep 17 00:00:00 2001 From: Tianqi Xiao Date: Wed, 16 Feb 2022 15:46:59 -0500 Subject: [PATCH] Update setup-gerrit.rst Made changes to the steps of Import Public Key Into Gerrit to reflect the current importing procedure. Change-Id: I90161e29931928aad9db9eda370cfd6fbda9452b --- doc/source/common/setup-gerrit.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/common/setup-gerrit.rst b/doc/source/common/setup-gerrit.rst index 63be08b..c1640cb 100644 --- a/doc/source/common/setup-gerrit.rst +++ b/doc/source/common/setup-gerrit.rst @@ -225,11 +225,10 @@ Highlight and copy the output. Import Public Key Into Gerrit ----------------------------- -#. Go to `Gerrit's SSH Public Keys settings - `_. -#. Click the 'Add Key' button. -#. Paste the public key into the **Add SSH Public Key** text box and click - **Add**. +#. Go to `Gerrit's SSH Keys section in User Settings + `_. +#. Paste the public key into the **New SSH Key** text box. +#. Click the 'ADD NEW SSH KEY' button. Git Review ==========