From f187a8a907b4ddd0a9cfe5530e2cfdbe7dcf9f25 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Tue, 31 Aug 2021 11:13:02 +0200 Subject: [PATCH] dynare_sensitivity.m: fix dead link (cherry picked from commit 54203f499ed13d6b26ecaf964de1e12855d16074) --- matlab/dynare_sensitivity.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_sensitivity.m b/matlab/dynare_sensitivity.m index d4793a04dd..3e9b292396 100644 --- a/matlab/dynare_sensitivity.m +++ b/matlab/dynare_sensitivity.m @@ -346,7 +346,7 @@ if options_gsa.redform && ~isempty(options_gsa.namendo) if isempty(options_gsa.threshold_redform) && ~(exist('gsa_sdp','file')==6 || exist('gsa_sdp','file')==2) fprintf('\nThe "SS-ANOVA-R: MATLAB Toolbox for the estimation of Smoothing Spline ANOVA models with Recursive algorithms" is missing.\n') fprintf('To obtain it, go to:\n\n') - fprintf('http://ipsc.jrc.ec.europa.eu/?id=790 \n\n') + fprintf('https://ec.europa.eu/jrc/en/macro-econometric-statistical-software/ss-anova-r-downloads \n\n') fprintf('and follow the instructions there.\n') fprintf('After obtaining the files, you need to unpack them and set a Matlab Path to those files.\n') error('SS-ANOVA-R Toolbox missing!') -- GitLab