From cdf5dece651a057f91134a2584b7020db2cb9c12 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 18 Jul 2017 22:32:13 -0500 Subject: [PATCH] Include link to next tutorial --- tutorials/tut0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/tut0.rst b/tutorials/tut0.rst index a762bc7d1..6348f8e18 100644 --- a/tutorials/tut0.rst +++ b/tutorials/tut0.rst @@ -214,3 +214,5 @@ Response is 401 Unauthorized: } There we have it, a basic API on top of the database! In the next tutorials we will see how to extend the example with more sophisticated user access controls, and more tables and queries. + +Now that you have PostgREST running, try the next tutorial, :ref:`tut1`