From a2c102cbaedd99e1407c9cb9ccf8f3c244b3f762 Mon Sep 17 00:00:00 2001 From: Lokeswaran Aruljothi <74011196+LOKESWARAN-ARULJOTHI@users.noreply.github.com> Date: Tue, 24 May 2022 17:54:32 +0530 Subject: [PATCH] Updated the links of "follow the instructions" element that triggered 404 Not found error (#2134) --- docs/_docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 3ddc5b0..07fddcc 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -46,7 +46,7 @@ Sys.setenv(R_STAN_BACKEND = "CMDSTANR") ### Windows -On Windows, R requires a compiler so you'll need to [follow the instructions](https://github.com/stan-dev/rstan/wiki/Installing-RStan-on-Windows) provided by `rstan`. The key step is installing [Rtools](http://cran.r-project.org/bin/windows/Rtools/) before attempting to install the package. +On Windows, R requires a compiler so you'll need to [follow the instructions](https://github.com/stan-dev/rstan/wiki/Configuring-C---Toolchain-for-Windows) provided by `rstan`. The key step is installing [Rtools](http://cran.r-project.org/bin/windows/Rtools/) before attempting to install the package. If you have custom Stan compiler settings, install from source rather than the CRAN binary. @@ -91,7 +91,7 @@ $ CMDSTAN=/tmp/cmdstan-2.22.1 STAN_BACKEND=PYSTAN,CMDSTANPY pip install prophet ### Windows -On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The easiest way to install Prophet in Windows is in Anaconda. +On Windows, PyStan requires a compiler so you'll need to [follow the instructions](https://pystan2.readthedocs.io/en/latest/windows.html). The easiest way to install Prophet in Windows is in Anaconda. ### Linux