소스 검색

Fix "get started" links to website in the readme

Paul O’Shannessy 8 년 전
부모
커밋
a60300e230
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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