diff --git a/include/cantera/thermo/DebyeHuckel.h b/include/cantera/thermo/DebyeHuckel.h index 21db47b8c06..2247c5752cd 100644 --- a/include/cantera/thermo/DebyeHuckel.h +++ b/include/cantera/thermo/DebyeHuckel.h @@ -365,7 +365,7 @@ class PDSS_Water; * at, in the future. * * Example phase and species definitions are given in the - * YAML API Reference. + * [YAML API Reference](../yaml/phases.html#debye-huckel). * * ## Application within Kinetics Managers * diff --git a/include/cantera/thermo/HMWSoln.h b/include/cantera/thermo/HMWSoln.h index 539ca268cf6..6abcdd3ffae 100644 --- a/include/cantera/thermo/HMWSoln.h +++ b/include/cantera/thermo/HMWSoln.h @@ -583,7 +583,7 @@ class WaterProps; * * An example phase definition specifying a number of the above species interaction * parameters is given in the - * YAML API Reference. + * [YAML API Reference](../yaml/phases.html#hmw-electrolyte). * * ### Specification of the Debye-Huckel Constant * diff --git a/include/cantera/thermo/IdealGasPhase.h b/include/cantera/thermo/IdealGasPhase.h index 22178cc706f..ea1f705b48e 100644 --- a/include/cantera/thermo/IdealGasPhase.h +++ b/include/cantera/thermo/IdealGasPhase.h @@ -242,7 +242,7 @@ namespace Cantera * ## YAML Example * * An example ideal gas phase definition is given in the - * YAML API Reference. + * [YAML API Reference](../yaml/phases.html#ideal-gas). * * @ingroup thermoprops */ diff --git a/include/cantera/thermo/IdealMolalSoln.h b/include/cantera/thermo/IdealMolalSoln.h index 49445ba31ac..83cd85e3b9e 100644 --- a/include/cantera/thermo/IdealMolalSoln.h +++ b/include/cantera/thermo/IdealMolalSoln.h @@ -59,8 +59,7 @@ namespace Cantera * constants involving species in this phase. * * An example phase definition is given in the - * - * YAML API Reference. + * [YAML API Reference](../yaml/phases.html#ideal-molal-solution). * * @ingroup thermoprops */ diff --git a/include/cantera/thermo/PDSS_SSVol.h b/include/cantera/thermo/PDSS_SSVol.h index 164a31b5d88..ab1ee17ce2d 100644 --- a/include/cantera/thermo/PDSS_SSVol.h +++ b/include/cantera/thermo/PDSS_SSVol.h @@ -103,8 +103,7 @@ namespace Cantera * * An example of the specification of a standard state using a temperature dependent * standard state volume is given in the - * - * YAML API Reference. + * [YAML API Reference](../yaml/species.html#density-temperature-polynomial). * * @ingroup pdssthermo */ diff --git a/include/cantera/thermo/SurfPhase.h b/include/cantera/thermo/SurfPhase.h index 7d4aa4b78c8..986d817c2d5 100644 --- a/include/cantera/thermo/SurfPhase.h +++ b/include/cantera/thermo/SurfPhase.h @@ -90,7 +90,7 @@ namespace Cantera * @f] * * An example phase definition is given in the - * YAML API Reference. + * [YAML API Reference](../yaml/phases.html#ideal-surface"). * * @ingroup thermoprops */ diff --git a/interfaces/matlab_experimental/readme.md b/interfaces/matlab_experimental/readme.md index b80fb98da62..75c2d10a30d 100644 --- a/interfaces/matlab_experimental/readme.md +++ b/interfaces/matlab_experimental/readme.md @@ -7,7 +7,7 @@ function calling from Cantera CLib. 1. Install Matlab (any release newer than R2008a). 2. Compile Cantera from Source and install in your Conda environment, as directed in - this link. https://cantera.org/stable/develop/compiling-install.html. The + this link. https://cantera.org/stable/develop/index.html. The experimental Matlab Toolbox does not require a SCons option to install at this moment since it's stand-alone. 3. For first time users, launch Matlab, then navigate to `/path/to/cantera/source/code`