From dcebc5f01f5faad8264384ecdd60104171f9dedc Mon Sep 17 00:00:00 2001 From: Kyle Niemeyer Date: Tue, 29 Nov 2016 00:58:29 -0800 Subject: [PATCH] [Doc] Fixed conda link in README Original link in README for conda (https://anaconda.org/cantera/repo?type=conda&label=main) seems to be broken, so replaced with new link (https://anaconda.org/Cantera/cantera). --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b5f70bac5..53875a83b 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Ubuntu. Anaconda packages containing the Cantera Python module are also available for Windows, OS X, and Linux. .. image:: https://anaconda.org/cantera/cantera/badges/installer/conda.svg - :target: https://conda.anaconda.org/cantera + :target: https://anaconda.org/Cantera/cantera For other platforms, or for users wishing to install a development version of Cantera, `compilation instructions