From ee6cac8e199c5997e4d19316758f27d2ce856032 Mon Sep 17 00:00:00 2001 From: Daniel Stonier <d.stonier@gmail.com> Date: Fri, 27 Jun 2014 11:08:07 +0900 Subject: [PATCH] hydro->indigo references in the docs. --- docs/src/main/sphinx/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/installing.rst b/docs/src/main/sphinx/installing.rst index 9e515109..0c456d31 100644 --- a/docs/src/main/sphinx/installing.rst +++ b/docs/src/main/sphinx/installing.rst @@ -28,7 +28,7 @@ you simply need to clone the github repository git clone https://github.com/rosjava/rosjava_core cd rosjava_core - git checkout -b hydro origin/hydro + git checkout -b indigo origin/indigo and proceed immediately to the section on :ref:`building`. -- GitLab