From c4168c2ba60d07fe3600f7bf2d3ee14970dd1c3c Mon Sep 17 00:00:00 2001 From: Sebastian Nilsson Date: Sat, 21 Feb 2015 10:30:29 +0100 Subject: [PATCH] DOC Fix broken link to Getting started tutorials. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d5a2f49..24c33157 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Dependencies Quickstart ========== -See our [getting started tutorial](tutorial.md). +See our [getting started tutorial](http://www.zipline.io/#quickstart). The following code implements a simple dual moving average algorithm.