From 26c6aa856f21c12433c2ac74f184f5bed87ab7a5 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 24 Feb 2014 03:27:49 +0000 Subject: [PATCH] [Doc] Point to SourceForge for downloads --- doc/sphinx/compiling.rst | 4 ++-- doc/sphinx/faq.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 02d81ba1c..4401792c4 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