diff --git a/documentation/source/how_it_works/core_data_model/science_model_architecture.rst b/documentation/source/how_it_works/core_data_model/science_model_architecture.rst index c64f2d615..90d302953 100644 --- a/documentation/source/how_it_works/core_data_model/science_model_architecture.rst +++ b/documentation/source/how_it_works/core_data_model/science_model_architecture.rst @@ -955,10 +955,10 @@ more arguments than the original ``invoke`` call, and each argument will be described when the :ref:`PSy layer code generation example ` is introduced. All of the arguments and the order of the arguments derive entirely from the kernel metadata. In -fact, the PSyclone toolset includes a stub generator ``genkernelstub`` -which will generate the following subroutine call and all the argument -declarations based on the above metadata. See the PSyclone -documentation for details. +fact, the PSyclone toolset includes a :ref:`psyclone:stub-generation` +which will generate the following subroutine call and all the argument +declarations based on the above metadata. See the PSyclone documentation +for details. .. code-block:: fortran