From 175e3e018c30c7b582958eb49d8e7c9fabb7612f Mon Sep 17 00:00:00 2001 From: Gautier Hattenberger Date: Fri, 22 Dec 2023 12:00:40 +0100 Subject: [PATCH] [doc] fix version number in doc --- doc/sphinx/source/installation/software/index_software.rst | 2 +- doc/sphinx/source/quickstart/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/source/installation/software/index_software.rst b/doc/sphinx/source/installation/software/index_software.rst index 84c0f99752..2a99a28a62 100644 --- a/doc/sphinx/source/installation/software/index_software.rst +++ b/doc/sphinx/source/installation/software/index_software.rst @@ -20,7 +20,7 @@ If you don't want to work with the latest master branch (it may contain some uns :: cd paparazzi - git checkout v6.2 + git checkout v6.3 OS-specific instructions diff --git a/doc/sphinx/source/quickstart/install.rst b/doc/sphinx/source/quickstart/install.rst index a74ffbf148..841772f8dc 100644 --- a/doc/sphinx/source/quickstart/install.rst +++ b/doc/sphinx/source/quickstart/install.rst @@ -54,7 +54,7 @@ Clone the repository: .. code-block:: bash - git checkout -b v6.4 upstream/v6.3 + git checkout -b v6.3 upstream/v6.3 Get the submodules and build Paparazzi. This step might take a long time the first time you launch it: