From 4df803187f98fdd22882ff86ceb9ceed623791a7 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Mon, 12 Mar 2018 16:28:55 -0400 Subject: [PATCH] Relative link to Talk quickstart --- docs/source/05-01-building-basic-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/05-01-building-basic-plugin.md b/docs/source/05-01-building-basic-plugin.md index 7acabd31e..77e33e29c 100644 --- a/docs/source/05-01-building-basic-plugin.md +++ b/docs/source/05-01-building-basic-plugin.md @@ -19,7 +19,7 @@ In Talk, there are currently three ways commenters can react to comments: Like, We can create a new plugin from scratch or we can use the Talk CLI to generate a plugin template for us to use. CLI stands for Command Line Interface, meaning can access utilities via the command line that make it easy to interact and integrate with Talk. -Please note this tutorial assumes you have already [installed and configured Talk locally](https://docs.coralproject.net). +Please note this tutorial assumes you have already [installed and configured Talk locally](/talk/). ## Creating a new plugin using the Talk CLI