From 9ff22eebc5d24de4e9f9f744395dc0ff83dec585 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 28 Apr 2014 18:18:17 +0000 Subject: [PATCH] [Doc] Update version specified in git/svn checkout commands --- 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 d42bbc416..876aac299 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -123,12 +123,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 -------------------