From ea82291b041317fd96ae59363b311e1e31e61a41 Mon Sep 17 00:00:00 2001 From: Jonah Gabry Date: Fri, 24 Feb 2017 11:48:01 -0500 Subject: [PATCH] fix link to Stan website --- docs/_data/features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_data/features.yml b/docs/_data/features.yml index 27801be..0253da5 100644 --- a/docs/_data/features.yml +++ b/docs/_data/features.yml @@ -13,4 +13,4 @@ - title: Available in R or Python. text: | - We've implemented the Prophet procedure in R and Python, but they share the same underlying [Stan](http://mc-stan) code for fitting. Use whatever language you're comfortable with to get forecasts. + We've implemented the Prophet procedure in R and Python, but they share the same underlying [Stan](http://mc-stan.org) code for fitting. Use whatever language you're comfortable with to get forecasts.