From a0650c83e94061286aad3c2bc55f4e849ada39cb 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

(cherry picked from commit 8cc5ecf6ecedc6fe3ed8d43c8dc54a05f788887b)

[skip ci]
---
 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 400e6792a4..9b1c23fd6d 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 e8d927e45f..34a21e6824 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -5195,7 +5195,7 @@ block decomposition of the model (see :opt:`block`).
 
     |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