From f7431ec40102ff59f9300e900eaff2630d230553 Mon Sep 17 00:00:00 2001 From: ChrisChinchilla Date: Wed, 18 Nov 2020 15:20:08 +0100 Subject: [PATCH] Fix more broken links Signed-off-by: ChrisChinchilla --- site/content/quickstart/binaries.md | 2 +- site/content/quickstart/docker.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/quickstart/binaries.md b/site/content/quickstart/binaries.md index b10d07c6b6..8e3ff41278 100644 --- a/site/content/quickstart/binaries.md +++ b/site/content/quickstart/binaries.md @@ -91,7 +91,7 @@ This example uses this [sample configuration file](https://github.com/m3db/m3/ra The file groups configuration into `coordinator` or `db` sections that represent the `M3Coordinator` and `M3DB` instances of single-node cluster. {{% notice tip %}} -You can find more information on configuring M3DB in the [operational guides section](/operational_guide/_index.md). +You can find more information on configuring M3DB in the [operational guides section](/docs/operational_guide). {{% /notice %}} {{% fileinclude file="quickstart/common-steps.md" %}} \ No newline at end of file diff --git a/site/content/quickstart/docker.md b/site/content/quickstart/docker.md index eac86d3c93..15712e3874 100644 --- a/site/content/quickstart/docker.md +++ b/site/content/quickstart/docker.md @@ -8,9 +8,9 @@ weight: 1 ## Creating a Single Node M3DB Cluster with Docker This guide shows how to install and configure M3DB, create a single-node cluster, and read and write metrics to it. - + {{% notice warning %}} -Deploying a single-node M3DB cluster is a great way to experiment with M3DB and get an idea of what it has to offer, but is not designed for production use. To run M3DB in clustered mode with a separate M3Coordinator, [read the clustered mode guide](/docs/how_to/cluster_hard_way). +Deploying a single-node M3DB cluster is a great way to experiment with M3DB and get an idea of what it has to offer, but is not designed for production use. To run M3DB in clustered mode with a separate M3Coordinator, [read the clustered mode guide](/docs/cluster/docker_cluster). {{% /notice %}} ## Prerequisites