From 2ca0dc0ed15afabb72a3ff1d73381d69ea3ddee1 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 29 Apr 2014 19:03:17 +0000 Subject: [PATCH] [Doc] Update version specified in git/svn checkout commands Cherry-pick of trunk r2920. --- doc/sphinx/compiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 485dfc360..bf8446ebf 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -122,12 +122,12 @@ Stable Release * Option 2: Check out the code using Subversion:: - svn checkout http://cantera.googlecode.com/svn/cantera/branches/2.0/ cantera + svn checkout http://cantera.googlecode.com/svn/cantera/branches/2.1/ cantera * Option 3: Check out the code using Git:: git svn clone --stdlayout http://cantera.googlecode.com/svn/cantera cantera - git checkout 2.0 + git checkout 2.1 Development Version -------------------