From 9c4aeec79291239e328e67a5bc145e677c1fc7e8 Mon Sep 17 00:00:00 2001 From: Jonathan Curran Date: Tue, 22 Mar 2016 08:32:15 -0500 Subject: [PATCH] Add link to old tutorial --- doc/tutorial/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index cf2cfd8e..f2d551a5 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -3,6 +3,11 @@ Tutorial This is an introductory tutorial to **servant**. +.. note:: + This tutorial is for the latest version of servant. The tutorial for + servant-0.4 can be viewed + `here `_. + (Any comments, issues or feedback about the tutorial can be handled through `servant's issue tracker `_.)