From bf79aa539ea6f8191f24a042ac3ef7a795a724c2 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Thu, 20 Dec 2018 15:39:11 -0800 Subject: [PATCH] Fix travis link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a060162..c1a79cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Prophet: Automatic Forecasting Procedure -[![Build Status](https://travis-ci.org/facebook/prophet.svg?branch=master)](https://travis-ci.org/facebook/prophet) +[![Build Status](https://travis-ci.com/facebook/prophet.svg?branch=master)](https://travis-ci.org/facebook/prophet) Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.