Relative link to Talk quickstart

This commit is contained in:
Kim Gardner
2018-03-12 16:28:55 -04:00
parent fd88ae9433
commit 4df803187f
+1 -1
View File
@@ -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