mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-02 03:55:36 +00:00
Fix "get started" links to website in the readme
This commit is contained in:
parent
6606d5d134
commit
a60300e230
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Prophet is a [CRAN package](https://cran.r-project.org/package=prophet) so you c
|
|||
> install.packages('prophet')
|
||||
```
|
||||
|
||||
After installation, you can [get started!](quick_start.html#r-api)
|
||||
After installation, you can [get started!](https://facebookincubator.github.io/prophet/docs/quick_start.html#r-api)
|
||||
|
||||
### Windows
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ $ pip install fbprophet
|
|||
|
||||
The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](http://pystan.readthedocs.io/en/latest/installation_beginner.html).
|
||||
|
||||
After installation, you can [get started!](quick_start.html#python-api)
|
||||
After installation, you can [get started!](https://facebookincubator.github.io/prophet/docs/quick_start.html#python-api)
|
||||
|
||||
### Windows
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue