From cd8a24eddd6bebb9888f2e0ae2388f209047b02d Mon Sep 17 00:00:00 2001 From: Tyler Kennedy Date: Sat, 3 Apr 2021 18:03:28 -0400 Subject: [PATCH] Fix PyStan Installation Link (#1860) `installation_beginner.html` no longer exists on RTD. --- docs/_docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index d634034..7801ce2 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -43,7 +43,7 @@ $ $ pip install prophet ``` -The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](http://pystan.readthedocs.io/en/latest/installation_beginner.html). Install pystan with pip before using pip to install prophet. +The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](https://pystan.readthedocs.io/en/latest/installation.html). Install pystan with pip before using pip to install prophet. After installation, you can [get started!](quick_start.html#python-api)