From 84ec433de278b7dd54297fef9d6eead3b6551a9d Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Fri, 18 Dec 2020 10:13:07 +0100 Subject: [PATCH] [DOCS] Fix services ready path (#3026) * Fix services ready path Signed-off-by: ChrisChinchilla * Update theme Signed-off-by: ChrisChinchilla --- site/content/includes/quickstart-common-steps.md | 2 +- site/go.mod | 2 ++ site/go.sum | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/site/content/includes/quickstart-common-steps.md b/site/content/includes/quickstart-common-steps.md index ac2c62ccd2..6deb5b521e 100644 --- a/site/content/includes/quickstart-common-steps.md +++ b/site/content/includes/quickstart-common-steps.md @@ -190,7 +190,7 @@ curl {{% apiendpoint %}}services/m3db/placement | jq . ### Ready a Namespace -Once a namespace has finished bootstrapping, you must mark it as ready before receiving traffic by using the _{{% apiendpoint %}}namespace/ready_. +Once a namespace has finished bootstrapping, you must mark it as ready before receiving traffic by using the _{{% apiendpoint %}}services/m3db/namespace/ready_. {{< tabs name="ready_namespaces" >}} {{% tab name="Command" %}} diff --git a/site/go.mod b/site/go.mod index 4ba2e34207..d796614d48 100644 --- a/site/go.mod +++ b/site/go.mod @@ -1,3 +1,5 @@ module m3-site go 1.15 + +require github.com/chronosphereio/victor v0.0.0-20201217171243-b2ba7c848932 // indirect diff --git a/site/go.sum b/site/go.sum index e69de29bb2..c73280fa61 100644 --- a/site/go.sum +++ b/site/go.sum @@ -0,0 +1,2 @@ +github.com/chronosphereio/victor v0.0.0-20201217171243-b2ba7c848932 h1:NcHWcnCIEo2XaIXoTospzTazsu0PgDvcbXX+47cy8/I= +github.com/chronosphereio/victor v0.0.0-20201217171243-b2ba7c848932/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=