From 1315584de5dca7cf444116eb3f1c78034c453466 Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Fri, 1 May 2020 16:18:03 -0700 Subject: [PATCH] Fix link to DigitalOcean PostgREST Contact List video Old playlist is gone - linked to first video in series instead --- ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.rst b/ecosystem.rst index 0a717478b..a71c41571 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -3,7 +3,7 @@ Community Tutorials ------------------- -* `Building a Contacts List with PostgREST and Vue.js `_ - +* `Building a Contacts List with PostgREST and Vue.js `_ - In this video series, DigitalOcean shows how to build and deploy an Nginx + PostgREST(using a managed PostgreSQL database) + Vue.js webapp in an Ubuntu server droplet. * `PostgREST + Auth0: Create REST API in mintutes and add social login using Auth0 `_ - A step-by-step tutorial to show how to Dockerize and integrate Auth0 to PostgREST service.