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 -------------------