diff --git a/modules/heat_transfer/doc/content/source/bcs/ConvectiveHeatFluxBC.md b/modules/heat_transfer/doc/content/source/bcs/ConvectiveHeatFluxBC.md index a1dc06df61f8..477a89232e64 100644 --- a/modules/heat_transfer/doc/content/source/bcs/ConvectiveHeatFluxBC.md +++ b/modules/heat_transfer/doc/content/source/bcs/ConvectiveHeatFluxBC.md @@ -13,7 +13,7 @@ The `ConvectiveHeatFluxBC` boundary condition imposes a heat flux equal to where $\vec{q}\cdot\hat{n}$ is the heat flux normal to the boundary, $h$ is the convective heat transfer coefficient, and $T_\infty$ is the far-field temperature. Both $h$ and $T_{inf}$ are taken as material properties. -See [CoupledConvectiveHeatFluxBC](CoupledConvectiveHeatFluxBC.md) for a similar boundary condition coupled to variables and [ConvectionHeatTransferBC](ConvectionHeatTransferBC.md) for a similar condition for functions. +See [CoupledConvectiveHeatFluxBC](CoupledConvectiveHeatFluxBC.md) for a similar boundary condition coupled to variables. ## Example Input File Syntax diff --git a/modules/heat_transfer/doc/content/source/kernels/HeatConduction.md b/modules/heat_transfer/doc/content/source/kernels/HeatConduction.md index 0faa2b9cc245..5522b3fd8af5 100644 --- a/modules/heat_transfer/doc/content/source/kernels/HeatConduction.md +++ b/modules/heat_transfer/doc/content/source/kernels/HeatConduction.md @@ -26,7 +26,7 @@ The Jacobian will account for partial derivatives of the diffusion coefficient with respect to the unknown variable if the `diffusion_coefficient_dT` property name is provided. These particular names are the defaults because they are the names used by [HeatConductionMaterial](HeatConductionMaterial.md), -though you can also define these materials using other [Material](Material.md) objects. +though you can also define these materials using other [Material](Materials/index.md) objects. ## Example Input File Syntax diff --git a/modules/heat_transfer/doc/content/source/kernels/HeatConductionTimeDerivative.md b/modules/heat_transfer/doc/content/source/kernels/HeatConductionTimeDerivative.md index 5f9aa81a7495..3b3c4fe75a7a 100644 --- a/modules/heat_transfer/doc/content/source/kernels/HeatConductionTimeDerivative.md +++ b/modules/heat_transfer/doc/content/source/kernels/HeatConductionTimeDerivative.md @@ -41,7 +41,7 @@ density and specific heat are defined by a [HeatConductionMaterial](/HeatConduct !listing modules/heat_transfer/test/tests/transient_heat/transient_heat_derivatives.i start=Kernels end=Executioner - remove=BCs;Functions + remove=BCs !syntax parameters /Kernels/HeatConductionTimeDerivative