From a1fcf921b79efa50592d8c03ae9a33d45a2f83a2 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Fri, 5 Nov 2021 09:18:34 +0100
Subject: [PATCH] Manual: fix broken reference

(cherry picked from commit 8e58c190a85292b82c6fd5b4167246262f6f6426)
---
 doc/manual/source/the-model-file.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 76562525b5..8ff14b354e 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -399,7 +399,7 @@ for declaring variables and parameters are described below.
 .. command:: trend_var (growth_factor = MODEL_EXPR) VAR_NAME [$LATEX_NAME$]...;
 
     |br| This optional command declares the trend variables in the
-    model. See ref:`conv` for the syntax of MODEL_EXPR and
+    model. See :ref:`conv` for the syntax of MODEL_EXPR and
     VAR_NAME. Optionally it is possible to give a
     LaTeX name to the variable.
 
-- 
GitLab