From cc9445e086ca7e97061b6523064e78f1787c9f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 14 Nov 2019 17:04:05 +0100 Subject: [PATCH] Manual: update various URLs Some URLs have changed with the new Dynare website. Also use HTTPS whenever possible. --- doc/manual/source/introduction.rst | 8 ++++---- doc/manual/source/the-model-file.rst | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/manual/source/introduction.rst b/doc/manual/source/introduction.rst index f34d1e69e5..e0e2b883d2 100644 --- a/doc/manual/source/introduction.rst +++ b/doc/manual/source/introduction.rst @@ -127,11 +127,11 @@ https://www.dynare.org. -.. _MATLAB: http://www.mathworks.com/products/matlab/ -.. _Octave: http://www.octave.org/ -.. _CEPREMAP: http://www.cepremap.fr/ +.. _MATLAB: https://www.mathworks.com/products/matlab/ +.. _Octave: https://www.octave.org/ +.. _CEPREMAP: https://www.cepremap.fr/ .. _web forum: https://forum.dynare.org/ -.. _official Dynare website: http://www.dynare.org/ +.. _official Dynare website: https://www.dynare.org/ .. _Dynare wiki: https://git.dynare.org/Dynare/dynare/wikis .. _Dynare forums: https://forum.dynare.org/ .. _Git repository: https://git.dynare.org/Dynare/dynare diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 3e5803b8db..a029b9bec6 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -3296,7 +3296,7 @@ Computing the stochastic solution command. Note that if ``varobs`` is not present or contains all endogenous variables, then this is the full information case and this option has no effect. More references can be found - `here <http://www.dynare.org/DynareWiki/PartialInformation>`__ . + `here <https://archives.dynare.org/DynareWiki/PartialInformation>`__ . .. option:: sylvester = OPTION @@ -3308,7 +3308,7 @@ Computing the stochastic solution Uses the default solver for Sylvester equations (``gensylv``) based on Ondra Kamenik’s algorithm (see `here - <http://www.dynare.org/documentation-and-support/dynarepp/sylvester.pdf/at_download/file>`__ + <https://www.dynare.org/assets/dynare++/sylvester.pdf>`__ for more information). ``fixed_point`` @@ -9616,7 +9616,7 @@ below. RESTRICTION EQUATION INTEGER, EXPRESSION = EXPRESSION; To be documented. For now, see the wiki: - `<http://www.dynare.org/DynareWiki/MarkovSwitchingInterface>`__ + `<https://archives.dynare.org/DynareWiki/MarkovSwitchingInterface>`__ .. command:: ms_estimation (OPTIONS...); @@ -11206,9 +11206,9 @@ Misc commands and ``morefloats``. -.. _Dynare wiki: http://www.dynare.org/DynareWiki/EquationsTags +.. _Dynare wiki: https://archives.dynare.org/DynareWiki/EquationsTags .. _io: https://octave.sourceforge.io/io/ -.. _AIM website: http://www.federalreserve.gov/Pubs/oss/oss4/aimindex.html +.. _AIM website: https://www.federalreserve.gov/econres/ama-index.htm .. rubric:: Footnotes -- GitLab