From b75844e07c3b09bf3bc383c9d43241c554dd251b Mon Sep 17 00:00:00 2001 From: Thuy-An-Nguyen <73833259+Thuy-An-Nguyen@users.noreply.github.com> Date: Wed, 12 May 2021 01:44:25 +0200 Subject: [PATCH] Update README.md, fix broken link (#1908) * Update README.md, fix broken link Fixes a broken link to Pystan documentation about Windows installation instructions * Update README.md with link to pystan2 windows docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5e79a..1bb1061 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Use `conda install gcc` to set up gcc. The easiest way to install Prophet is thr ### 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