diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 2542e028d..15340f89a 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -116,8 +116,8 @@ Downloading the Cantera source code Stable Release -------------- -* Option 1: Download the most recent source tarball from the `Cantera Google - Code Site `_ and extract the +* Option 1: Download the most recent source tarball from `SourceForge + `_ and extract the contents. * Option 2: Check out the code using Subversion:: diff --git a/doc/sphinx/faq.rst b/doc/sphinx/faq.rst index ccda619c6..a3c265eaf 100644 --- a/doc/sphinx/faq.rst +++ b/doc/sphinx/faq.rst @@ -8,14 +8,14 @@ Installation **How do I install Cantera on Windows?** Download the MSI installer for Cantera and the corresponding Python module - from `Google Code `_. + from `SourceForge `_. Choose between x86 and x64 based on the versions of Python and/or Matlab you want to work with. **How do I install Cantera on Linux?** - Download the source code from `Google Code - `_ and follow the + Download the source code (e.g. ``cantera-2.1.1.tar.gz``) from `SourceForge + `_ and follow the instructions in the :ref:`sec-compiling`. General