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=