From 8cc5ecf6ecedc6fe3ed8d43c8dc54a05f788887b Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Mon, 11 Sep 2023 16:51:34 +0200
Subject: [PATCH] Manual: fix reference

---
 doc/manual/source/running-dynare.rst | 2 +-
 doc/manual/source/the-model-file.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst
index 21f87f7310..793443e7d8 100644
--- a/doc/manual/source/running-dynare.rst
+++ b/doc/manual/source/running-dynare.rst
@@ -204,7 +204,7 @@ by the ``dynare`` command.
     .. option:: params_derivs_order=0|1|2
 
         When :comm:`identification`, :comm:`dynare_sensitivity` (with
-        identification), or :ref:`estimation_cmd <estim-comm>` are
+        identification), or :ref:`estimation <estim-comm>` are
         present, this option is used to limit the order of the
         derivatives with respect to the parameters that are calculated
         by the preprocessor. 0 means no derivatives, 1 means first
diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 86eb7b36a2..225986d47c 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -5754,7 +5754,7 @@ observed variables.
 
     |br| This command lists the name of observed endogenous variables
     for the estimation procedure. These variables must be available in
-    the data file (see :ref:`estimation_cmd <estim-comm>`).
+    the data file (see :ref:`estimation <estim-comm>`).
 
     Alternatively, this command is also used in conjunction with the
     ``partial_information`` option of ``stoch_simul``, for declaring
-- 
GitLab