Skip to content

Commit

Permalink
[DOCS] Fix services ready path (#3026)
Browse files Browse the repository at this point in the history
* Fix services ready path

Signed-off-by: ChrisChinchilla <chris@chronosphere.io>

* Update theme

Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
  • Loading branch information
Chris Chinchilla authored Dec 18, 2020
1 parent 57353bc commit 84ec433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/includes/quickstart-common-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ curl {{% apiendpoint %}}services/m3db/placement | jq .

### Ready a Namespace
<!-- TODO: Why?> -->
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" %}}
Expand Down
2 changes: 2 additions & 0 deletions site/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module m3-site

go 1.15

require github.com/chronosphereio/victor v0.0.0-20201217171243-b2ba7c848932 // indirect
2 changes: 2 additions & 0 deletions site/go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit 84ec433

Please sign in to comment.