From f3c406ce6f6872a4dbbf6d603e7d25f8d24d689d Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 12 Feb 2020 13:46:35 +0100 Subject: [PATCH] Fix Gerrit version given in linux quickstart guide Change-Id: Ib019178cfecb22dc20385845b94aec8b6d46b9d2 --- Documentation/linux-quickstart.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/linux-quickstart.txt b/Documentation/linux-quickstart.txt index 0d8848e5f0..643bde0570 100644 --- a/Documentation/linux-quickstart.txt +++ b/Documentation/linux-quickstart.txt @@ -29,10 +29,10 @@ From the Linux machine on which you want to install Gerrit: . Download the desired Gerrit archive. To view previous archives, see -link:https://gerrit-releases.storage.googleapis.com/index.html[Gerrit Code Review: Releases]. The steps below install Gerrit 3.0.3: +link:https://gerrit-releases.storage.googleapis.com/index.html[Gerrit Code Review: Releases]. The steps below install Gerrit 3.1.3: .... -wget https://gerrit-releases.storage.googleapis.com/gerrit-3.0.3.war +wget https://gerrit-releases.storage.googleapis.com/gerrit-3.1.3.war .... NOTE: To build and install Gerrit from the source files, see